summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2014-11-20 23:11:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-20 23:11:38 +0000
commit002bc810882c0a322a09d0e4527ab8083547e145 (patch)
tree6e970ffdfda38cd2881a1298676a25b075ba8433 /tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml
parent18ab5c216c62d90a4b86f37a4c993c1c8b56835d (diff)
parent5b84eace6cb79c42fe43480f08c68b7dea4e074a (diff)
downloadframeworks_base-002bc810882c0a322a09d0e4527ab8083547e145.zip
frameworks_base-002bc810882c0a322a09d0e4527ab8083547e145.tar.gz
frameworks_base-002bc810882c0a322a09d0e4527ab8083547e145.tar.bz2
Merge "ASLD: ASLD's XML reversible flag can turn off the reverse behavior now." into lmp-mr1-dev
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml')
-rw-r--r--tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml b/tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml
index 65cf25b..e24dd1f 100644
--- a/tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml
+++ b/tests/VectorDrawableTest/res/drawable/state_animation_vector_drawable03.xml
@@ -17,7 +17,7 @@
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/on" android:state_checked="true"
android:drawable="@drawable/vector_drawable_favorite" />
- <item android:id="@+id/off"
+ <item android:id="@+id/off" android:state_checked="false"
android:drawable="@drawable/vector_drawable_favorite" />
<transition android:fromId="@+id/off" android:toId="@+id/on"
android:drawable="@drawable/animation_vector_drawable_favorite"