]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/anim/slide_out_right.xml
unified transition into/out of the new transaction activity
[mobile-ledger.git] / app / src / main / res / anim / slide_out_right.xml
diff --git a/app/src/main/res/anim/slide_out_right.xml b/app/src/main/res/anim/slide_out_right.xml
new file mode 100644 (file)
index 0000000..885efc0
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android"
+    android:duration="@android:integer/config_shortAnimTime">
+    <translate
+        android:fromXDelta="0%"
+        android:toXDelta="100%" />
+    <alpha
+        android:fromAlpha="1.0"
+        android:toAlpha="0.0" />
+</set>
\ No newline at end of file