/paw/res/drawable/android_idle_anim.xml
XML | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 7b7ac5ca2c5aaffac26a190ad3940b93 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="true"> 3 <item android:drawable="@drawable/android_idle" android:duration="1" /> 4</animation-list>