Cherish:Volume Rocker Wake

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
xyyx
2017-09-09 20:58:54 +08:00
committed by Hưng Phan
parent fd09e95010
commit 4893ec803f
3 changed files with 20 additions and 0 deletions

View File

@@ -19,7 +19,16 @@
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="volume_button_music_control"
android:icon="@drawable/ic_music"
android:summary="@string/volume_rocker_music_controls_summary"
android:title="@string/volume_rocker_music_controls_title"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="volume_rocker_wake"
android:icon="@drawable/ic_sleep_off"
android:summary="@string/volume_rocker_wake_summary"
android:title="@string/volume_rocker_wake_title"
android:defaultValue="false" />
</PreferenceScreen>