mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 11:26:47 +01:00
add missing file
This commit is contained in:
parent
a256decfd0
commit
46d05da156
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<EditTextPreference
|
||||||
|
android:defaultValue="0"
|
||||||
|
android:digits="0123"
|
||||||
|
android:inputType="number"
|
||||||
|
android:key="reserve_alarms_calendar"
|
||||||
|
android:maxLength="1"
|
||||||
|
android:title="@string/miband_prefs_reserve_alarm_calendar" />
|
||||||
|
|
||||||
|
</androidx.preference.PreferenceScreen>
|
Loading…
Reference in New Issue
Block a user