From 3c2041933f38536f7454c2c4903878027ff5b09b Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Tue, 24 Dec 2019 22:58:10 +0300 Subject: [PATCH] Remote focus fixes (classic UI) --- app/src/main/res/layout/fragment_modules.xml | 4 +++- app/src/main/res/layout/item_console.xml | 1 + app/src/main/res/layout/item_hide_app.xml | 2 ++ app/src/main/res/layout/item_hide_process.xml | 2 ++ app/src/main/res/layout/item_module.xml | 4 ++++ app/src/main/res/layout/item_page_magisk_log.xml | 5 ++++- app/src/main/res/layout/item_repo.xml | 2 ++ 7 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_modules.xml b/app/src/main/res/layout/fragment_modules.xml index 6c6b8f6da..7439ca496 100644 --- a/app/src/main/res/layout/fragment_modules.xml +++ b/app/src/main/res/layout/fragment_modules.xml @@ -59,10 +59,12 @@ android:layout_gravity="bottom|center_horizontal" android:layout_margin="@dimen/fab_padding" android:onClick="@{() -> viewModel.fabPressed()}" + android:focusable="true" + android:clickable="true" app:fabSize="normal" app:layout_behavior="com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior" app:srcCompat="@drawable/ic_add" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/item_console.xml b/app/src/main/res/layout/item_console.xml index b0c4d4fb7..8fa6c0b93 100644 --- a/app/src/main/res/layout/item_console.xml +++ b/app/src/main/res/layout/item_console.xml @@ -16,6 +16,7 @@ - \ No newline at end of file + diff --git a/app/src/main/res/layout/item_repo.xml b/app/src/main/res/layout/item_repo.xml index 6e876e5ea..efada5183 100644 --- a/app/src/main/res/layout/item_repo.xml +++ b/app/src/main/res/layout/item_repo.xml @@ -105,6 +105,8 @@