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

Commit aea2622b 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

parents 3c2d44c3 e61c0364
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;