mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 03:32:17 +01:00
12 lines
537 B
XML
12 lines
537 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ListPreference
|
|
android:defaultValue="@string/p_dateformat_time"
|
|
android:icon="@drawable/ic_access_time"
|
|
android:entries="@array/mi2_dateformats"
|
|
android:entryValues="@array/mi2_dateformats_values"
|
|
android:key="mi2_dateformat"
|
|
android:summary="%s"
|
|
android:title="@string/miband2_prefs_dateformat" />
|
|
</androidx.preference.PreferenceScreen>
|