1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 13:30:48 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_huami2021_shortcut_cards.xml
2023-04-24 20:20:43 +01:00

14 lines
730 B
XML

<?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"
android:dialogTitle="@string/prefs_shortcut_cards"
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>