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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 07a88c08..be742f0b 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"