@see android.text.style.BackgroundColorSpan#BackgroundColorSpan(int)
(@ColorInt final int color)
| 168 | * @see android.text.style.BackgroundColorSpan#BackgroundColorSpan(int) |
| 169 | */ |
| 170 | public static Span background(@ColorInt final int color) { |
| 171 | return new Span(new ColorSpanBuilder(ColorSpanBuilder.BACKGROUND, color)); |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * @see android.text.style.ForegroundColorSpan#ForegroundColorSpan(int) |