mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 18:41:14 +01:00
bef015b0c2
There is one big generic one now, unssupported languages will be removed at runtime. Tested with Amazfit Bip U.
14 lines
734 B
XML
14 lines
734 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_bipu_display_items_default"
|
|
android:dialogTitle="@string/mi2_prefs_display_items"
|
|
android:entries="@array/pref_bipu_display_items"
|
|
android:entryValues="@array/pref_bipu_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>
|