MCPcopy Create free account
hub / github.com/neworld/spanner / foreground

Method foreground

lib/src/main/java/lt/neworld/spanner/Spans.java:177–179  ·  view source on GitHub ↗

@see android.text.style.ForegroundColorSpan#ForegroundColorSpan(int)

(@ColorInt final int color)

Source from the content-addressed store, hash-verified

175 * @see android.text.style.ForegroundColorSpan#ForegroundColorSpan(int)
176 */
177 public static Span foreground(@ColorInt final int color) {
178 return new Span(new ColorSpanBuilder(ColorSpanBuilder.FOREGROUND, color));
179 }
180
181 /**
182 *

Callers 1

onCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected