1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-10 08:16:48 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_huami2021_watchface.xml

12 lines
530 B
XML
Raw Normal View History

2023-04-24 21:20:43 +02:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:defaultValue=""
android:dialogTitle="@string/kind_watchface"
android:entries="@array/pref_huami2021_empty_array"
android:entryValues="@array/pref_huami2021_empty_array"
android:icon="@drawable/ic_watch"
android:key="watchface"
android:title="@string/kind_watchface" />
</androidx.preference.PreferenceScreen>