diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml
index 54d9e26..d1883ef 100644
--- a/res/values/cherish_arrays.xml
+++ b/res/values/cherish_arrays.xml
@@ -24,4 +24,22 @@
- 1
- 2
+
+
+
+ - @string/heads_up_time_out_2sec
+ - @string/heads_up_time_out_4sec
+ - @string/heads_up_time_out_5sec
+ - @string/heads_up_time_out_6sec
+ - @string/heads_up_time_out_8sec
+ - @string/heads_up_time_out_10sec
+
+
+ - 2000
+ - 4000
+ - 5000
+ - 6000
+ - 8000
+ - 10000
+
diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index 55dd09b..027a454 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -204,4 +204,14 @@
Delete
Remove selected item?
+
+ Time out
+ Peeking notifications will show for %d seconds
+ 2 seconds
+ 4 seconds
+ 5 seconds
+ 6 seconds
+ 8 seconds
+ 10 seconds
+
diff --git a/res/xml/heads_up_settings.xml b/res/xml/heads_up_settings.xml
index 5d6a1ce..bfc1602 100644
--- a/res/xml/heads_up_settings.xml
+++ b/res/xml/heads_up_settings.xml
@@ -22,6 +22,13 @@
android:summaryOff="@string/summary_heads_up_disabled"
android:defaultValue="true" />
+
+