Android: Make the header focusable

otherwise the settings list scrolling is not working properly
on Android Oreo(Tv)
This commit is contained in:
mahdihijazi 2018-07-01 16:37:09 +02:00
parent a639fa9a81
commit 77e51ab527
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<FrameLayout 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:layout_height="48dp">
<TextView