diff options
| author | Alan Viverette <alanv@google.com> | 2022-02-10 18:02:28 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-02-10 18:02:28 +0000 |
| commit | 7d1188244ca291c141efd3af3616298202a4f334 (patch) | |
| tree | 9c55cddcb56ff489e480442190bf06660c692941 /core/java/android/widget/TextView.java | |
| parent | 5c816689a93ebc279f03fe057ce5375dde4d5b6c (diff) | |
| parent | 406e0f655387f27dda874c2b975fb0ddbd61aa13 (diff) | |
Merge "Migrate frameworks/base javadocs references to androidx"
Diffstat (limited to 'core/java/android/widget/TextView.java')
| -rw-r--r-- | core/java/android/widget/TextView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index c0c7641775f1..3dfb4a5a084a 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -5081,7 +5081,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * * @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}. + * {@link androidx.core.content.ContextCompat#getColor(Context, int) getColor}. * * @see #setTextColor(ColorStateList) * @see #getTextColors() |
