summaryrefslogtreecommitdiff
path: root/res/anim/right_slide_in.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 01:53:04 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 01:53:04 +0400
commit6e407cb5b1a882aafa4b8d62eeeb644513abcc4a (patch)
tree4fd82920a41639701d9c166c1fefbdd9c4795f1d /res/anim/right_slide_in.xml
parent7357c546b28a07e5bcdaf7e1370e12af3137b218 (diff)
improve transitions
Diffstat (limited to 'res/anim/right_slide_in.xml')
-rw-r--r--res/anim/right_slide_in.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/anim/right_slide_in.xml b/res/anim/right_slide_in.xml
new file mode 100644
index 00000000..2bb5acc1
--- /dev/null
+++ b/res/anim/right_slide_in.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_decelerate_interpolator">
+ <translate
+ android:fromXDelta="100%p"
+ android:toXDelta="0"
+ android:duration="200"
+ />
+</set>
+