Cherish:allow to swap volume buttons rotation based [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -176,4 +176,8 @@
|
|||||||
<string name="volte_icon_title">VoLTE icon</string>
|
<string name="volte_icon_title">VoLTE icon</string>
|
||||||
<string name="volte_icon_summary">Display 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>
|
</resources>
|
||||||
|
|||||||
@@ -28,6 +28,12 @@
|
|||||||
android:title="@string/volume_rocker_music_controls_title"
|
android:title="@string/volume_rocker_music_controls_title"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:dependency="volume_rocker_wake" />
|
android:dependency="volume_rocker_wake" />
|
||||||
|
|
||||||
|
<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
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="volume_rocker_wake"
|
android:key="volume_rocker_wake"
|
||||||
|
|||||||
Reference in New Issue
Block a user