Merge "Updated TextView#setCompoundDrawableTintList documentation to refer to BlendMode.SRC_IN instead of PorterDuff.Mode.SRC_IN" into rvc-dev am: 2e40bb8b1e am: c2d305d839
Change-Id: Ia9f875803fbbc6ded0855fe36bb3e8393e211e75
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user