Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/3rd_party/HoloEverywhere/library/res/drawable/progress_indeterminate_horizontal_holo.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/drawable/progress_indeterminate_horizontal_holo.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/drawable/progress_indeterminate_horizontal_holo.xml b/android/3rd_party/HoloEverywhere/library/res/drawable/progress_indeterminate_horizontal_holo.xml
new file mode 100644
index 0000000000..8ae9e6f74c
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/drawable/progress_indeterminate_horizontal_holo.xml
@@ -0,0 +1,10 @@
+<?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/progressbar_indeterminate_holo1" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo2" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo3" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo4" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo5" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo6" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo7" android:duration="50"></item>
+ <item android:drawable="@drawable/progressbar_indeterminate_holo8" android:duration="50"></item>
+</animation-list> \ No newline at end of file