mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Make the header focusable
otherwise the settings list scrolling is not working properly on Android Oreo(Tv)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user