retain focus on location bookmarks (#4316)

This commit is contained in:
Aditya-Srivastav 2021-04-03 14:31:11 +05:30 committed by GitHub
parent 40b2619ccf
commit 24f61a1142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"