aboutsummaryrefslogtreecommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 777509de..6756a5d8 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -30,6 +30,12 @@
android:defaultValue="holo"
android:entryValues="@array/themeValues"
android:entries="@array/themeNames"/>
+
+ <CheckBoxPreference
+ android:title="@string/settings.theme_fullscreen"
+ android:summary="@string/settings.theme_fullscreen_summary"
+ android:key="fullScreen"
+ android:defaultValue="false"/>
<CheckBoxPreference
android:title="@string/settings.track_title"
@@ -202,11 +208,6 @@
android:summary="@string/settings.screen_lit_summary"
android:key="screenLitOnDownload"
android:defaultValue="true"/>
-
- <Preference
- android:key="clearSearchHistory"
- android:title="@string/settings.clear_search_history"
- android:persistent="false"/>
</PreferenceCategory>
</PreferenceScreen>