Cherish:allow to swap volume buttons rotation based [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -177,4 +177,8 @@
|
||||
<string name="volte_icon_title">VoLTE icon</string>
|
||||
<string name="volte_icon_summary">Display VoLTE icon</string>
|
||||
|
||||
<!-- Volume swap buttons -->
|
||||
<string name="swap_volume_buttons_title">Reorient</string>
|
||||
<string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -21,6 +21,12 @@
|
||||
<PreferenceCategory
|
||||
android:key="volume_category"
|
||||
android:title="@string/volume_category">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="swap_volume_buttons"
|
||||
android:title="@string/swap_volume_buttons_title"
|
||||
android:summary="@string/swap_volume_buttons_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="volume_rocker_wake"
|
||||
|
||||
Reference in New Issue
Block a user