diff --git a/app_pojavlauncher/src/main/res/drawable/no_focus_shown.xml b/app_pojavlauncher/src/main/res/drawable/no_focus_shown.xml new file mode 100644 index 000000000..d436be3d3 --- /dev/null +++ b/app_pojavlauncher/src/main/res/drawable/no_focus_shown.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app_pojavlauncher/src/main/res/layout/main_with_customctrl.xml b/app_pojavlauncher/src/main/res/layout/main_with_customctrl.xml index d4d826cd9..c0cda3866 100644 --- a/app_pojavlauncher/src/main/res/layout/main_with_customctrl.xml +++ b/app_pojavlauncher/src/main/res/layout/main_with_customctrl.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_alignParentRight="true" android:id="@+id/main_drawer_options" - android:background="#FF000000" + android:background="@drawable/no_focus_shown" android:keepScreenOn="true">