mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-02 06:52:55 +01:00
12 lines
531 B
XML
12 lines
531 B
XML
<?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_zepp_os_watchfaces"
|
|
android:entryValues="@array/pref_zepp_os_watchfaces_values"
|
|
android:icon="@drawable/ic_watch"
|
|
android:key="watchface"
|
|
android:title="@string/kind_watchface" />
|
|
</androidx.preference.PreferenceScreen>
|