Enable tiling to webtoon reader and add a fade in animation

This commit is contained in:
inorichi
2016-01-05 04:55:31 +01:00
parent 737d3d4282
commit 8000d67871
3 changed files with 33 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:interpolator="@android:anim/accelerate_interpolator"
android:duration="300" />
</set>