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

Commit e61c0364 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Fully qualify @attr reference to android.R field" into main

parents 28f83ffa ad48f03f
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;