Image loading optimization

This commit is contained in:
Pupil
2020-02-14 20:10:04 +09:00
parent 275684c9ce
commit ba069d8f8e
5 changed files with 69 additions and 62 deletions

View File

@@ -62,6 +62,8 @@
<com.github.chrisbanes.photoview.PhotoView
android:id="@+id/image"
android:contentDescription="@string/reader_imageview_description"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="8dp"/>