Guest User

Untitled

a guest
Jun 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <animation-list xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:oneshot="true" >
  3.  
  4. <item
  5. android:drawable="@drawable/splash00"
  6. android:duration="100"/>
  7. <item
  8. android:drawable="@drawable/splash01"
  9. android:duration="100"/>
  10. <item
  11. android:drawable="@drawable/splash02"
  12. android:duration="100"/>
  13. <item
  14. android:drawable="@drawable/splash03"
  15. android:duration="100"/>
  16. .
  17. .
  18. .
  19.  
  20. </animation-list>
Add Comment
Please, Sign In to add comment