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.
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<EditTextPreference
|
|
|
|
android:key="@string/p_notif_quietStart"
|
|
|
|
android:title="@string/prefs_quietStart_title"
|
|
|
|
android:summary="@string/prefs_quietStart_desc" />
|
|
|
|
<EditTextPreference
|
|
|
|
android:key="@string/p_notif_quietEnd"
|
|
|
|
android:title="@string/prefs_quietEnd_title"
|
|
|
|
android:summary="@string/prefs_quietEnd_desc" />
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/p_notif_annoy"
|
|
|
|
android:title="@string/prefs_annoy_title"
|
|
|
|
android:summary="@string/prefs_annoy_desc" />
|
|
|
|
<RingtonePreference
|
|
|
|
android:key="@string/key_notification_ringtone"
|
|
|
|
android:title="@string/prefs_notification_title"
|
|
|
|
android:summary="@string/prefs_notification_desc"
|
|
|
|
android:ringtoneType="notification"
|
|
|
|
android:showDefault="true"
|
|
|
|
android:showSilent="true"
|
|
|
|
/>
|
|
|
|
</PreferenceScreen>
|