Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af5ff360 authored by Nader Jawad's avatar Nader Jawad
Browse files

Updated TextView#setCompoundDrawableTintList

documentation to refer to BlendMode.SRC_IN
instead of PorterDuff.Mode.SRC_IN

Fixes: 151952140
Test: N/A
Change-Id: Ie4b9a585c2dae49e633f6741180b6749493d069a
parent 82544c80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3272,7 +3272,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)}