Reposition mindfulness bell sound preference
parent
4a61eed9d2
commit
d601d8ba03
|
@ -1,6 +1,15 @@
|
|||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<sh.ftp.rocketninelabs.meditationassistant.ListPreferenceSound
|
||||
android:defaultValue="gong"
|
||||
android:dialogIcon="?attr/actionIconVolumeOn"
|
||||
android:entries="@array/meditation_sounds"
|
||||
android:entryValues="@array/meditation_sounds_values"
|
||||
android:icon="?attr/actionIconVolumeOn"
|
||||
android:key="pref_meditation_sound_bell"
|
||||
android:title="@string/pref_meditation_sound_bell"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pref_display_seconds"
|
||||
|
@ -19,14 +28,6 @@
|
|||
android:summary="@string/pref_usetimepicker_summary"
|
||||
android:title="@string/pref_usetimepicker"/>
|
||||
|
||||
<sh.ftp.rocketninelabs.meditationassistant.ListPreferenceSound
|
||||
android:defaultValue="gong"
|
||||
android:dialogIcon="?attr/actionIconVolumeOn"
|
||||
android:entries="@array/meditation_sounds"
|
||||
android:entryValues="@array/meditation_sounds_values"
|
||||
android:key="pref_meditation_sound_bell"
|
||||
android:title="@string/pref_meditation_sound_bell"/>
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue=""
|
||||
android:entries="@array/autosave_labels"
|
||||
|
|
Loading…
Reference in New Issue