From 77e51ab5271f1d6db265feb1c41e1a14866d101c Mon Sep 17 00:00:00 2001 From: mahdihijazi Date: Sun, 1 Jul 2018 16:37:09 +0200 Subject: [PATCH] Android: Make the header focusable otherwise the settings list scrolling is not working properly on Android Oreo(Tv) --- .../app/src/main/res/layout/list_item_settings_header.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Android/app/src/main/res/layout/list_item_settings_header.xml b/Source/Android/app/src/main/res/layout/list_item_settings_header.xml index 3c72913c93..1c0cd336c3 100644 --- a/Source/Android/app/src/main/res/layout/list_item_settings_header.xml +++ b/Source/Android/app/src/main/res/layout/list_item_settings_header.xml @@ -2,6 +2,7 @@