2021-12-04 16:55:09 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
android:icon="@drawable/ic_access_alarms"
|
|
|
|
android:defaultValue="9"
|
2021-12-11 23:17:27 +01:00
|
|
|
android:dependency="sync_calendar"
|
2021-12-04 16:55:09 +01:00
|
|
|
android:digits="0123"
|
|
|
|
android:inputType="number"
|
|
|
|
android:key="reserve_reminders_calendar"
|
|
|
|
android:maxLength="1"
|
2021-12-11 23:17:27 +01:00
|
|
|
android:title="@string/miband_prefs_reserve_reminder_calendar"
|
|
|
|
android:summary="@string/prefs_reserve_reminder_calendar_summary" />
|
2021-12-04 16:55:09 +01:00
|
|
|
|
|
|
|
</androidx.preference.PreferenceScreen>
|