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

This commit is contained in:
Paul Duffin
2024-10-08 08:31:47 +00:00
committed by Gerrit Code Review

View File

@@ -39,7 +39,7 @@ import java.io.IOException;
* underlying drawable. This class should only be used in XML. * underlying drawable. This class should only be used in XML.
* *
* @attr ref android.R.styleable#DrawableWrapper_drawable * @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 { public class TintDrawable extends DrawableWrapper {
private ColorStateList mTint; private ColorStateList mTint;