Loading core/java/android/text/style/TextAppearanceSpan.java +2 −3 Original line number Original line Diff line number Diff line Loading @@ -51,10 +51,9 @@ public class TextAppearanceSpan extends MetricAffectingSpan implements Parcelabl * to determine the color. The <code>appearance</code> should be, * to determine the color. The <code>appearance</code> should be, * for example, <code>android.R.style.TextAppearance_Small</code>, * for example, <code>android.R.style.TextAppearance_Small</code>, * and the <code>colorList</code> should be, for example, * and the <code>colorList</code> should be, for example, * <code>android.R.styleable.Theme_textColorDim</code>. * <code>android.R.styleable.Theme_textColorPrimary</code>. */ */ public TextAppearanceSpan(Context context, int appearance, public TextAppearanceSpan(Context context, int appearance, int colorList) { int colorList) { ColorStateList textColor; ColorStateList textColor; TypedArray a = TypedArray a = Loading Loading
core/java/android/text/style/TextAppearanceSpan.java +2 −3 Original line number Original line Diff line number Diff line Loading @@ -51,10 +51,9 @@ public class TextAppearanceSpan extends MetricAffectingSpan implements Parcelabl * to determine the color. The <code>appearance</code> should be, * to determine the color. The <code>appearance</code> should be, * for example, <code>android.R.style.TextAppearance_Small</code>, * for example, <code>android.R.style.TextAppearance_Small</code>, * and the <code>colorList</code> should be, for example, * and the <code>colorList</code> should be, for example, * <code>android.R.styleable.Theme_textColorDim</code>. * <code>android.R.styleable.Theme_textColorPrimary</code>. */ */ public TextAppearanceSpan(Context context, int appearance, public TextAppearanceSpan(Context context, int appearance, int colorList) { int colorList) { ColorStateList textColor; ColorStateList textColor; TypedArray a = TypedArray a = Loading