summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
-rw-r--r--res/xml/preferences.xml12
2 files changed, 9 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 28ae944a..cd2f7c4b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -144,4 +144,5 @@
<string name="ssl">SSL</string>
<string name="error_ssl_hostname_rejected">Error: SSL hostname not verified</string>
<string name="offline_oldest_first">Show oldest articles first</string>
+ <string name="prefs_dim_status_bar">Dim status bar when reading</string>
</resources> \ No newline at end of file
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 5915b51b..c1a69321 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -23,9 +23,7 @@
android:title="@string/ttrss_url" >
</EditTextPreference>
</PreferenceCategory>
- <PreferenceCategory
- android:summary="blah blah blah"
- android:title="@string/ssl" >
+ <PreferenceCategory android:title="@string/ssl" >
<CheckBoxPreference
android:defaultValue="false"
android:key="ssl_trust_any"
@@ -92,7 +90,7 @@
android:defaultValue="false"
android:key="combined_mode"
android:summary="@string/combined_mode_summary"
- android:title="@string/combined_mode" />
+ android:title="@string/combined_mode" />
-->
<CheckBoxPreference
@@ -113,6 +111,12 @@
android:key="use_volume_keys"
android:summary="@string/use_volume_keys_long"
android:title="@string/use_volume_keys" />
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="dim_status_bar"
+ android:title="@string/prefs_dim_status_bar" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<CheckBoxPreference