You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
322 B
6 lines
322 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:oneshot="false">
|
|
<item android:drawable="@drawable/ui_arrow_dark" android:duration="500" />
|
|
<item android:drawable="@drawable/ui_arrow_light" android:duration="500" />
|
|
</animation-list> |