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

Commit 69ed95d1 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "docs: Add param info to TextView.setTextColor am: 193879a8 am:...

Merge "docs: Add param info to TextView.setTextColor am: 193879a8 am: 5080a2c5" into nyc-mr1-dev-plus-aosp
parents 430e8edd 7bfb1e7f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3234,6 +3234,10 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     * Sets the text color for all the states (normal, selected,
     * focused) to be this color.
     *
     * @param color A color value in the form 0xAARRGGBB.
     * Do not pass a resource ID. To get a color value from a resource ID, call
     * {@link android.support.v4.content.ContextCompat#getColor(Context, int) getColor}.
     *
     * @see #setTextColor(ColorStateList)
     * @see #getTextColors()
     *