1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-27 23:40:31 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_huami2021_shortcut_cards.xml

14 lines
730 B
XML
Raw Normal View History

2023-04-24 20:12:22 +02:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<com.mobeta.android.dslv.DragSortListPreference
android:defaultValue="@array/pref_huami2021_empty_array"
2023-04-24 21:20:43 +02:00
android:dialogTitle="@string/prefs_shortcut_cards"
2023-04-24 20:12:22 +02:00
android:entries="@array/pref_zepp_os_shortcut_cards"
android:entryValues="@array/pref_zepp_os_shortcut_cards_values"
android:icon="@drawable/ic_shortcut"
android:key="shortcut_cards_sortable"
android:persistent="true"
android:summary="@string/prefs_shortcut_cards_summary"
android:title="@string/prefs_shortcut_cards" />
</androidx.preference.PreferenceScreen>