diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/cm_strings.xml | 2 | ||||
| -rw-r--r-- | res/xml/button_settings.xml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 31ceb0fdb..8713c5492 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -343,6 +343,8 @@ <string name="volbtn_cursor_control_on_reverse">Volume up/down moves cursor right/left</string> <string name="power_end_call_title">End call</string> <string name="power_end_call_summary">Pressing the power button will end the current call</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="button_wake_title">Wake up device</string> <string name="home_answer_call_title">Answer call</string> <string name="home_answer_call_summary">Pressing the home button will answer the current incoming call</string> diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml index d82d88575..1719126cb 100644 --- a/res/xml/button_settings.xml +++ b/res/xml/button_settings.xml @@ -169,6 +169,10 @@ android:entryValues="@array/volbtn_cursor_control_values" android:persistent="false" /> + <SwitchPreference + android:key="swap_volume_buttons" + android:title="@string/swap_volume_buttons_title" + android:summary="@string/swap_volume_buttons_summary" /> </PreferenceCategory> </PreferenceScreen> |
