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/anim/grow_fade_in_from_bottom.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/anim/grow_fade_in_from_bottom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/anim/grow_fade_in_from_bottom.xml b/android/3rd_party/HoloEverywhere/library/res/anim/grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000000..e5d00c27c9
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/anim/grow_fade_in_from_bottom.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?><set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
+ <scale android:interpolator="@interpolator/decelerate_quint" android:fromXScale="0.9" android:duration="@integer/config_activityDefaultDur" android:pivotX="50%" android:pivotY="100%" android:toYScale="1.0" android:fromYScale="0.9" android:toXScale="1.0"></scale>
+ <alpha android:toAlpha="1.0" android:interpolator="@interpolator/decelerate_cubic" android:duration="@integer/config_activityShortDur" android:fromAlpha="0.0"></alpha>
+</set> \ No newline at end of file