init commit

This commit is contained in:
2011-12-17 15:43:48 +00:00
parent eeb14e8bb7
commit 4a0469abf7
190 changed files with 21930 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?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/user_arrow_animation_1"
android:duration="500" />
<item
android:drawable="@drawable/user_arrow_animation_2"
android:duration="200" />
<item
android:drawable="@drawable/user_arrow_animation_3"
android:duration="200" />
</animation-list>