aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2014-10-18 15:56:45 -0700
committerKenny Root <kenny@the-b.org>2014-10-18 15:56:45 -0700
commita9a0da1e71a5d3ec5c75e500683c746f6d81ed44 (patch)
tree51713d938802472fba83dd14fc7c7a8610c86dad /app/src/main/res/xml
parentad4e8009343f9364d764cfd6c2d91a19bab21820 (diff)
parent34cd9778e0da1d45723ef76f00840c648f743239 (diff)
downloadconnectbot-a9a0da1e71a5d3ec5c75e500683c746f6d81ed44.tar.gz
connectbot-a9a0da1e71a5d3ec5c75e500683c746f6d81ed44.tar.bz2
connectbot-a9a0da1e71a5d3ec5c75e500683c746f6d81ed44.zip
Merge branch 'master' into gradle-conversion
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 5fb836b..6d64ce2 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -78,6 +78,13 @@
/>
<CheckBoxPreference
+ android:key="titlebarhide"
+ android:title="@string/pref_titlebarhide_title"
+ android:summary="@string/pref_titlebarhide_summary"
+ android:defaultValue="false"
+ />
+
+ <CheckBoxPreference
android:key="fullscreen"
android:title="@string/pref_fullscreen_title"
android:summary="@string/pref_fullscreen_summary"