You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/res/xml/preferences.xml

11 lines
509 B
XML

<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:key="@string/p_notif_quietStart"
android:title="Quiet Hours Start"
android:summary="Starting hour when Astrid should be quiet (e.g. 22)" />
<EditTextPreference
android:key="@string/p_notif_quietEnd"
android:title="Quiet Hours End"
android:summary="Ending hour when Astrid should be quiet (e.g. 08)" />
</PreferenceScreen>