Revert "Cherish: Add volume panel on left toggle"
This reverts commit 2624a909e4.
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -668,10 +668,6 @@
|
|||||||
<string name="lockscreen_small_clock_title">Force small clock</string>
|
<string name="lockscreen_small_clock_title">Force small clock</string>
|
||||||
<string name="lockscreen_small_clock_summary">Don\'t switch to the big clock when there are no notifications</string>
|
<string name="lockscreen_small_clock_summary">Don\'t switch to the big clock when there are no notifications</string>
|
||||||
|
|
||||||
<!-- Volume panel on left -->
|
|
||||||
<string name="volume_panel_on_left_title">Show volume panel on left</string>
|
|
||||||
<string name="volume_panel_on_left_summary">Display volume panel on the left side of the screen</string>
|
|
||||||
|
|
||||||
<!-- Black theme -->
|
<!-- Black theme -->
|
||||||
<string name="system_black_theme_title">Use black theme</string>
|
<string name="system_black_theme_title">Use black theme</string>
|
||||||
<string name="system_black_theme_summary">Force black background colors</string>
|
<string name="system_black_theme_summary">Force black background colors</string>
|
||||||
|
|||||||
@@ -42,13 +42,6 @@
|
|||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:disableDependentsState="true" />
|
android:disableDependentsState="true" />
|
||||||
|
|
||||||
<!-- Volume panel to left -->
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
||||||
android:key="volume_panel_on_left"
|
|
||||||
android:title="@string/volume_panel_on_left_title"
|
|
||||||
android:summary="@string/volume_panel_on_left_summary"
|
|
||||||
android:defaultValue="false" />
|
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="vol_steps"
|
android:key="vol_steps"
|
||||||
android:title="@string/volume_steps_fragment_title"
|
android:title="@string/volume_steps_fragment_title"
|
||||||
|
|||||||
Reference in New Issue
Block a user