Merge "Updated TextView#setCompoundDrawableTintList documentation to refer to BlendMode.SRC_IN instead of PorterDuff.Mode.SRC_IN" into rvc-dev am: 2e40bb8b1e

Change-Id: I6eb449a042c0e920b5e825311a96135e912e788c
This commit is contained in:
Nader Jawad
2020-04-17 01:16:57 +00:00
committed by Automerger Merge Worker

View File

@@ -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)}