Loading core/java/android/widget/TextView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3285,7 +3285,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** /** * Applies a tint to the compound drawables. Does not modify the * 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> * <p> * Subsequent calls to * Subsequent calls to * {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)} * {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)} Loading Loading
core/java/android/widget/TextView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3285,7 +3285,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** /** * Applies a tint to the compound drawables. Does not modify the * 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> * <p> * Subsequent calls to * Subsequent calls to * {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)} * {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)} Loading