diff options
| author | 2020-04-17 01:11:59 +0000 | |
|---|---|---|
| committer | 2020-04-17 01:11:59 +0000 | |
| commit | 2e40bb8b1ecf6a201089ab71b98d735a79db166f (patch) | |
| tree | 29849d8c6f06a972e6b00bf386cbda8a3415cbb7 | |
| parent | 5da521b45763a264e04f4403ebf23e5b5c53bbb5 (diff) | |
| parent | af5ff360515819bab6555711eadb20fc3ae3d014 (diff) | |
Merge "Updated TextView#setCompoundDrawableTintList documentation to refer to BlendMode.SRC_IN instead of PorterDuff.Mode.SRC_IN" into rvc-dev
| -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 4be9e1a2051b..e933f18af979 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -3285,7 +3285,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** * Applies a tint to the compound drawables. Does not modify the - * current tint mode, which is {@link PorterDuff.Mode#SRC_IN} by default. + * current tint mode, which is {@link BlendMode#SRC_IN} by default. * <p> * Subsequent calls to * {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)} |