diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/display_settings.xml | 5 | ||||
-rw-r--r-- | res/xml/sound_settings.xml | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/display_settings.xml b/res/xml/display_settings.xml index a399828..2ff56d8 100644 --- a/res/xml/display_settings.xml +++ b/res/xml/display_settings.xml @@ -55,4 +55,9 @@ android:entryValues="@array/entryvalues_font_size" android:dialogTitle="@string/dialog_title_font_size" /> + <CheckBoxPreference + android:key="notification_pulse" + android:title="@string/notification_pulse_title" + android:persistent="false" /> + </PreferenceScreen> diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index da33d6a..fc6fdf5 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -89,11 +89,6 @@ android:title="@string/haptic_feedback_enable_title" android:defaultValue="true" /> - <CheckBoxPreference - android:key="notification_pulse" - android:title="@string/notification_pulse_title" - android:persistent="false" /> - <ListPreference android:key="emergency_tone" android:title="@string/emergency_tone_title" |