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