mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 06:59:29 +01:00
13 lines
511 B
XML
13 lines
511 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<ListPreference
|
||
|
android:defaultValue="MM/dd/yyyy"
|
||
|
android:icon="@drawable/ic_access_time"
|
||
|
android:entries="@array/dateformats"
|
||
|
android:entryValues="@array/dateformats_values"
|
||
|
android:key="dateformat"
|
||
|
android:summary="%s"
|
||
|
android:title="@string/miband2_prefs_dateformat" />
|
||
|
|
||
|
</androidx.preference.PreferenceScreen>
|