Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f9ae274 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Typo in TextAppearanceSpan documentation

Dim does not exist anymore.

Change-Id: I83268657accfef15561ce313b66108adc108dfc6
parent d45d4630
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -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 =