Revert "OneUI-like settings actionbar [3/3]"

This reverts commit 79562e27a7.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-03-10 02:07:04 +07:00
parent e08862ca27
commit 4895413ffe
2 changed files with 0 additions and 10 deletions

View File

@@ -890,9 +890,6 @@
<string name="pulse_ambient_light_repeat_count_title">Edge Light Repeat count</string> <string name="pulse_ambient_light_repeat_count_title">Edge Light Repeat count</string>
<string name="pulse_ambient_light_repeat_count_summary">Set max repeat count. 0 for infinite</string> <string name="pulse_ambient_light_repeat_count_summary">Set max repeat count. 0 for infinite</string>
<string name="enable_oneui">OneUI</string>
<string name="enable_oneui_summary">Show spacer above settings actionbar for easier use with one hand\nNOTE: restart settings app to see effect</string>
<!-- Power menu on lockscreen --> <!-- Power menu on lockscreen -->
<string name="lockscreen_power_menu_disabled_title">Disable power menu on lock screen</string> <string name="lockscreen_power_menu_disabled_title">Disable power menu on lock screen</string>
<string name="lockscreen_power_menu_disabled_summary">This will only disable the power menu on secure lock screens</string> <string name="lockscreen_power_menu_disabled_summary">This will only disable the power menu on secure lock screens</string>

View File

@@ -28,13 +28,6 @@
android:summary="@string/qs_bg_use_new_tint_summary" android:summary="@string/qs_bg_use_new_tint_summary"
android:defaultValue="true" /> android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="settings_spacer"
android:icon="@drawable/ic_settings"
android:title="@string/enable_oneui"
android:summary="@string/enable_oneui_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference <com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_media_player" android:key="qs_media_player"
android:icon="@drawable/ic_music" android:icon="@drawable/ic_music"