@see android.text.style.ForegroundColorSpan#ForegroundColorSpan(int)
(@ColorInt final int color)
| 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 | * |