mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Prevent focus on reader viewer (#1204)
This commit is contained in:
parent
f707ed2edd
commit
f372a4b81f
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,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" />
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
android:id="@+id/please_wait"
|
android:id="@+id/please_wait"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue