1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-10 07:31:34 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_reserve_alarms_calendar.xml

14 lines
498 B
XML
Raw Normal View History

2019-12-15 20:46:07 +01:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
2021-07-06 09:24:12 +02:00
android:icon="@drawable/ic_access_alarms"
2019-12-15 20:46:07 +01:00
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>