first commit i guess
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="AnimatedStateListDrawableCompat">
|
||||
|
||||
<attr name="android:visible"/>
|
||||
|
||||
<attr name="android:variablePadding"/>
|
||||
|
||||
<attr name="android:constantSize"/>
|
||||
|
||||
<attr name="android:dither"/>
|
||||
|
||||
<attr name="android:enterFadeDuration"/>
|
||||
|
||||
<attr name="android:exitFadeDuration"/>
|
||||
|
||||
|
||||
</declare-styleable>
|
||||
<declare-styleable name="AnimatedStateListDrawableItem">
|
||||
|
||||
<attr name="android:drawable"/>
|
||||
|
||||
<attr name="android:id"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="AnimatedStateListDrawableTransition">
|
||||
|
||||
<attr name="android:fromId"/>
|
||||
|
||||
<attr name="android:toId"/>
|
||||
|
||||
<attr name="android:drawable"/>
|
||||
|
||||
<attr name="android:reversible"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="StateListDrawable">
|
||||
|
||||
<attr name="android:visible"/>
|
||||
|
||||
<attr name="android:variablePadding"/>
|
||||
|
||||
<attr name="android:constantSize"/>
|
||||
|
||||
<attr name="android:dither"/>
|
||||
|
||||
<attr name="android:enterFadeDuration"/>
|
||||
|
||||
<attr name="android:exitFadeDuration"/>
|
||||
|
||||
|
||||
</declare-styleable>
|
||||
<declare-styleable name="StateListDrawableItem">
|
||||
|
||||
<attr name="android:drawable"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user