Added Android code
[wl-app.git] / Android / folioreader / res / anim / enter_from_right.xml
diff --git a/Android/folioreader/res/anim/enter_from_right.xml b/Android/folioreader/res/anim/enter_from_right.xml
new file mode 100755 (executable)
index 0000000..a78db39
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android"
+    android:shareInterpolator="false">
+    <translate
+        android:fromXDelta="100%" android:toXDelta="0%"
+        android:fromYDelta="0%" android:toYDelta="0%"
+        android:duration="700" />
+</set>
\ No newline at end of file