Add more settings to the reader

This commit is contained in:
inorichi
2015-11-21 02:27:34 +01:00
parent 5e2269df14
commit e66ba4d834
22 changed files with 301 additions and 84 deletions

View File

@@ -2,7 +2,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:duration="400"
android:duration="200"
android:fromXDelta="-100%"
android:toXDelta="0%" />
</set>

View File

@@ -2,7 +2,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:duration="400"
android:duration="200"
android:fromXDelta="100%"
android:toXDelta="0%" />
</set>

View File

@@ -2,7 +2,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:duration="400"
android:duration="200"
android:fromXDelta="0%"
android:toXDelta="-100%" />
</set>

View File

@@ -2,7 +2,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:duration="400"
android:duration="200"
android:fromXDelta="0%"
android:toXDelta="100%" />
</set>