Android: Revert "Make the header focusable"

This commit is contained in:
Charles Lombardo 2023-01-09 14:20:34 -05:00
parent 653e0ccf28
commit 72176641ef

View File

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:focusable="true"
android:focusable="false"
android:layout_height="wrap_content">
<TextView