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

Commit 899a6d8f authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Fully qualify @attr reference to android.R field" into main am: e61c0364 am: aea2622b

parents 4f3d7c00 aea2622b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import java.io.IOException;
 * underlying drawable. This class should only be used in XML.
 *
 * @attr ref android.R.styleable#DrawableWrapper_drawable
 * @attr ref R.styleable#TintDrawable_tint
 * @attr ref android.R.styleable#TintDrawable_tint
 */
public class TintDrawable extends DrawableWrapper {
    private ColorStateList mTint;