aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-10 07:05:22 +0000
committerKenny Root <kenny@the-b.org>2008-11-10 07:05:22 +0000
commit1e8503432cf5a5c981856528de285f5fdac6242a (patch)
tree918e0be82e2d0cf5c069699d6aab871b9b3d60fe /res/xml/preferences.xml
parent91634b9e90b8b6581cf949026734b0bdf20a3026 (diff)
downloadconnectbot-1e8503432cf5a5c981856528de285f5fdac6242a.tar.gz
connectbot-1e8503432cf5a5c981856528de285f5fdac6242a.tar.bz2
connectbot-1e8503432cf5a5c981856528de285f5fdac6242a.zip
* Don't present SD card dialog if SD card isn't present
* Sort SD card files in natural order * Don't show view flip animation if we're the last console * Add preference to disable status bar (full-screen) * Fix some layout fitting problems
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index dcf50b6..ac9dd5f 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -68,6 +68,13 @@
android:defaultValue="@string/list_rotation_land"
/>
+ <CheckBoxPreference
+ android:key="@string/pref_fullscreen"
+ android:title="Full screen"
+ android:summary="Hide status bar while in console"
+ android:defaultValue="false"
+ />
+
<ListPreference
android:key="@string/pref_keymode"
android:title="Directory shortcuts"
@@ -92,7 +99,6 @@
android:summary="Prevent the screen from turning off when working in a console"
android:defaultValue="true"
/>
-
</PreferenceCategory>
</PreferenceScreen> \ No newline at end of file