changing sort of elements from steampunk-wf

This commit is contained in:
rICTx-T1D 2020-11-13 21:21:11 +01:00 committed by mh
parent 8718204537
commit 509cd0baf2

View file

@ -2,16 +2,6 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<CheckBoxPreference
android:key="vibrate_Hourly"
android:title="@string/pref_vibrate_hourly"
android:defaultValue="false"
app:wear_iconOff="@drawable/settings_off"
app:wear_iconOn="@drawable/settings_on" />
<ListPreference
android:defaultValue="2"
android:entries="@array/delta_granularity"
@ -20,4 +10,10 @@
android:summary="Delta Granularity (Steampunk)"
android:title="@string/pref_delta_granularity" />
<CheckBoxPreference
android:key="vibrate_Hourly"
android:title="@string/pref_vibrate_hourly"
android:defaultValue="false"
app:wear_iconOff="@drawable/settings_off"
app:wear_iconOn="@drawable/settings_on" />
</PreferenceScreen>