mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
retain focus on location bookmarks (#4316)
This commit is contained in:
parent
40b2619ccf
commit
24f61a1142
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/parentLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:descendantFocusability="blocksDescendants">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/statusMessage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue