Added Android code
[wl-app.git] / Android / folioreader / res / anim / enter_from_left.xml
diff --git a/Android/folioreader/res/anim/enter_from_left.xml b/Android/folioreader/res/anim/enter_from_left.xml
new file mode 100755 (executable)
index 0000000..7e0506f
--- /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