summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-09 13:16:05 +0400
committerAndrew Dolgov <[email protected]>2012-10-09 13:16:05 +0400
commit2424b72246a7e5da1558b7da4633fdd1a515f3a6 (patch)
tree9099e6ef4083e9903999906096972080f4b672e3 /res/xml
parent2de1fc81306ac7ddd60976ed058f71309dd3d9f8 (diff)
add option to dim statusbar while reading
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml12
1 files changed, 8 insertions, 4 deletions
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