From 77248316d6792b04abb666bfaa5843cefa9e769e Mon Sep 17 00:00:00 2001 From: SerpentSpirale Date: Fri, 30 Apr 2021 11:54:56 +0200 Subject: [PATCH] Add xml files for the various buttons --- .../res/layout/control_drawer_setting.xml | 262 +++++++++++++++++ .../main/res/layout/control_setting_v2.xml | 6 +- .../main/res/layout/control_sub_button.xml | 267 ++++++++++++++++++ 3 files changed, 533 insertions(+), 2 deletions(-) create mode 100644 app_pojavlauncher/src/main/res/layout/control_drawer_setting.xml create mode 100644 app_pojavlauncher/src/main/res/layout/control_sub_button.xml diff --git a/app_pojavlauncher/src/main/res/layout/control_drawer_setting.xml b/app_pojavlauncher/src/main/res/layout/control_drawer_setting.xml new file mode 100644 index 000000000..80981f709 --- /dev/null +++ b/app_pojavlauncher/src/main/res/layout/control_drawer_setting.xml @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app_pojavlauncher/src/main/res/layout/control_setting_v2.xml b/app_pojavlauncher/src/main/res/layout/control_setting_v2.xml index f7acb6cc1..8f5a72af0 100644 --- a/app_pojavlauncher/src/main/res/layout/control_setting_v2.xml +++ b/app_pojavlauncher/src/main/res/layout/control_setting_v2.xml @@ -39,7 +39,8 @@ + android:orientation="horizontal" + android:id="@+id/controlsetting_layout_size"> + android:orientation="horizontal" + android:id="@+id/controlsetting_layout_mapping"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file