Move drawer closing setting to App Drawer section

This commit is contained in:
Ensar Sarajčić 2023-07-26 16:54:57 +02:00
parent 240193d0f5
commit 2534131851
1 changed files with 16 additions and 15 deletions

View File

@ -136,21 +136,6 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_navigate_to_home_grid_on_home_holder"
style="@style/SettingsHolderCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
android:id="@+id/settings_navigate_to_home_grid_on_home"
style="@style/SettingsCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/close_app_drawer_on_app_open" />
</RelativeLayout>
<include
android:id="@+id/settings_general_settings_divider"
layout="@layout/divider" />
@ -202,6 +187,22 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_close_app_drawer_on_other_app_holder"
style="@style/SettingsHolderCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ripple_background">
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
android:id="@+id/settings_close_app_drawer_on_other_app"
style="@style/SettingsCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/close_app_drawer_on_app_open" />
</RelativeLayout>
<include
android:id="@+id/settings_drawer_settings_divider"
layout="@layout/divider" />