summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-01-09 14:20:34 -0500
committerCharles Lombardo <clombardo169@gmail.com>2023-01-09 14:20:34 -0500
commit72176641efaf6cee58203e700edba7f28e408107 (patch)
tree99220f3c62e4f58289fe98ea18e64f560a7d157c /Source/Android/app/src/main
parent653e0ccf280768e8474952767ee4da06b7e9b607 (diff)
Android: Revert "Make the header focusable"
Diffstat (limited to 'Source/Android/app/src/main')
-rw-r--r--Source/Android/app/src/main/res/layout/list_item_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/list_item_header.xml b/Source/Android/app/src/main/res/layout/list_item_header.xml
index 599fe840f1..ba349cebcf 100644
--- a/Source/Android/app/src/main/res/layout/list_item_header.xml
+++ b/Source/Android/app/src/main/res/layout/list_item_header.xml
@@ -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