making double tap zoom lower in manga reader

This commit is contained in:
elucubro 2023-11-04 13:13:23 +08:00
parent 20acd71b1a
commit 4c82c56828

View file

@ -22,7 +22,7 @@
android:id="@+id/mangaReaderRecyclerContainer" android:id="@+id/mangaReaderRecyclerContainer"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:gest_doubleTapZoom="3" app:gest_doubleTapZoom="2"
app:gest_maxZoom="6" app:gest_maxZoom="6"
app:gest_restrictRotation="true" app:gest_restrictRotation="true"
app:gest_rotationEnabled="true"> app:gest_rotationEnabled="true">