mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 18:57:36 +01:00
add missing file
travis is useless, lets remove that crap
This commit is contained in:
parent
8d2ea3b9e8
commit
54e814f848
12
app/src/main/res/xml/devicesettings_dateformat.xml
Normal file
12
app/src/main/res/xml/devicesettings_dateformat.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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>
|
Loading…
x
Reference in New Issue
Block a user