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

Commit f23daf3c authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Oops, forgot to commit attrs.xml modification for Drawable and LayerDrawable "tint" attributes.

parent 76295431
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2159,6 +2159,8 @@
             value is false.  See
             {@link android.graphics.drawable.Drawable#setVisible} -->
        <attr name="visible" format="boolean" />
        <!-- Set a tinting color -->
        <attr name="tint" />
    </declare-styleable>
    
    <declare-styleable name="StateListDrawable">
@@ -2272,6 +2274,7 @@
        <attr name="bottom" />
        <attr name="drawable" />
        <attr name="id" />
        <attr name="tint" />
    </declare-styleable>
    
    <declare-styleable name="LevelListDrawableItem">