Add buttons to open next/previous chapter in the reader. Try entire app with hardware acceleration
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:duration="300" />
|
||||
android:duration="300"
|
||||
android:fillAfter="true"/>
|
||||
</set>
|
||||
Reference in New Issue
Block a user