mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-12 04:59:27 +01:00
14 lines
717 B
XML
14 lines
717 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/mi2_prefs_display_items"
|
|
android:entries="@array/pref_zepp_os_apps"
|
|
android:entryValues="@array/pref_zepp_os_apps_values"
|
|
android:icon="@drawable/ic_widgets"
|
|
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>
|