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

Commit abe4b55f authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Typo in TextAppearanceSpan documentation"

parents f4188fa8 0f9ae274
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 =