mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 06:59:29 +01:00
14 lines
743 B
XML
14 lines
743 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:icon="@drawable/ic_widgets"
|
||
|
android:defaultValue="@array/pref_gtsgtr2_display_items_default"
|
||
|
android:dialogTitle="@string/mi2_prefs_display_items"
|
||
|
android:entries="@array/pref_gtsgtr2_display_items"
|
||
|
android:entryValues="@array/pref_gtsgtr2_display_items_values"
|
||
|
android:key="display_items_sortable"
|
||
|
android:persistent="true"
|
||
|
android:summary="@string/mi2_prefs_display_items_summary"
|
||
|
android:title="@string/mi2_prefs_display_items" />
|
||
|
</androidx.preference.PreferenceScreen>
|