mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-02 15:02:56 +01:00
14 lines
701 B
XML
14 lines
701 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/bip_prefs_shortcuts"
|
|
android:entries="@array/pref_zepp_os_apps"
|
|
android:entryValues="@array/pref_zepp_os_apps_values"
|
|
android:icon="@drawable/ic_shortcut"
|
|
android:key="shortcuts_sortable"
|
|
android:persistent="true"
|
|
android:summary="@string/bip_prefs_shotcuts_summary"
|
|
android:title="@string/bip_prefs_shortcuts" />
|
|
</androidx.preference.PreferenceScreen>
|