ReaderActivity: Block focus on viewer (#5996)
(cherry picked from commit c8f70efdedddef5c41b46245a25c2c68df01ed6c)
This commit is contained in:
parent
e374281d21
commit
4bb6bf445b
@ -14,7 +14,8 @@
|
|||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/viewer_container"
|
android:id="@+id/viewer_container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:descendantFocusability="blocksDescendants" />
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.PageIndicatorTextView
|
<eu.kanade.tachiyomi.ui.reader.PageIndicatorTextView
|
||||||
android:id="@+id/page_number"
|
android:id="@+id/page_number"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user