diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 | ||||
-rw-r--r-- | res/xml/button_settings.xml | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 34f6d37..f4147a4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -206,8 +206,6 @@ <string name="power_end_call_summary">End the current call by pressing the power button</string> <string name="swap_volume_buttons_title">Reorient</string> <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string> - <string name="volume_panel_on_left_title">Show panel on left</string> - <string name="volume_panel_on_left_summary">Display volume panel on the left side of the screen</string> <string name="button_wake_title">Wake device</string> <string name="volume_answer_call_title">Answer call</string> <string name="volume_answer_call_summary">Answer incoming calls by pressing the volume buttons</string> diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml index 92f5f5f..5eb9762 100644 --- a/res/xml/button_settings.xml +++ b/res/xml/button_settings.xml @@ -317,11 +317,6 @@ android:key="swap_volume_buttons" android:title="@string/swap_volume_buttons_title" android:summary="@string/swap_volume_buttons_summary" /> - - <SwitchPreference - android:key="volume_panel_on_left" - android:title="@string/volume_panel_on_left_title" - android:summary="@string/volume_panel_on_left_summary" /> </PreferenceCategory> <PreferenceCategory |