Skip to content

Commit 24f61a1

Browse files
authored
retain focus on location bookmarks (commons-app#4316)
1 parent 40b2619 commit 24f61a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/fragment_bookmarks_pictures.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
android:id="@+id/parentLayout"
55
android:layout_width="match_parent"
6-
android:layout_height="match_parent">
6+
android:layout_height="match_parent"
7+
android:descendantFocusability="blocksDescendants">
78

89
<TextView
910
android:id="@+id/statusMessage"

0 commit comments

Comments
 (0)