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/shrink_fade_out_from_bottom.xml')
-rw-r--r--android/3rd_party/HoloEverywhere/library/res/anim/shrink_fade_out_from_bottom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/library/res/anim/shrink_fade_out_from_bottom.xml b/android/3rd_party/HoloEverywhere/library/res/anim/shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000000..31651b4e1b
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/library/res/anim/shrink_fade_out_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="1.0" android:duration="@integer/config_activityDefaultDur" android:pivotX="50%" android:pivotY="100%" android:toYScale="0.9" android:fromYScale="1.0" android:toXScale="0.9"></scale>
+ <alpha android:toAlpha="0.0" android:interpolator="@interpolator/decelerate_cubic" android:duration="@integer/config_activityShortDur" android:fromAlpha="1.0"></alpha>
+</set> \ No newline at end of file