summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2011-12-06 18:24:24 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-08-07 01:54:39 +0100
commitb67d20a96dcafb28d082e67129a0c2e86b7308dd (patch)
tree4711fd871a77641bc4126ae39e3a501e99f65aca /res/xml/preferences.xml
parent6966e892e791483a211db9f3a59015e1ea461516 (diff)
downloadandroid_packages_apps_Trebuchet-b67d20a96dcafb28d082e67129a0c2e86b7308dd.tar.gz
android_packages_apps_Trebuchet-b67d20a96dcafb28d082e67129a0c2e86b7308dd.tar.bz2
android_packages_apps_Trebuchet-b67d20a96dcafb28d082e67129a0c2e86b7308dd.zip
Preferences: Auto-rotate screen
Change-Id: I126b57932bad994c3fcfa3c764d94bdb60037a93
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 5ed3ae963..53be9e017 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -48,9 +48,17 @@
android:title="@string/preferences_interface_icons_title">
</PreferenceScreen>
+
+ <!-- General -->
+ <PreferenceScreen android:key="ui_general"
+ android:title="@string/preferences_interface_general_title">
+ <CheckBoxPreference android:key="ui_general_orientation"
+ android:title="@string/preferences_interface_general_orientation_title" />
+ </PreferenceScreen>
+
</PreferenceCategory>
- <!-- General -->
- <PreferenceCategory android:title="@string/preferences_general_title">
+ <!-- Application -->
+ <PreferenceCategory android:title="@string/preferences_application_title">
</PreferenceCategory>
</PreferenceScreen>