Merge pull request #30 from elucubro/double-tap-zoom

making double tap zoom lower in manga reader
This commit is contained in:
rebelonion 2023-11-04 02:04:23 -05:00 committed by GitHub
commit cfe7be5cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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