summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-04-08 14:42:53 +0200
committernebkat <nebkat@teamhacksung.org>2012-12-16 12:05:32 +0000
commit5194c1d76789952f836d315b4dc27aba9d325844 (patch)
tree90fbffd4ef5c3e2fa692eaaccce47ff37b083e35 /res/xml
parentced2e4fce571d48bb7e13af6c95b2f3e851ec51b (diff)
downloadpackages_apps_trebuchet-5194c1d76789952f836d315b4dc27aba9d325844.zip
packages_apps_trebuchet-5194c1d76789952f836d315b4dc27aba9d325844.tar.gz
packages_apps_trebuchet-5194c1d76789952f836d315b4dc27aba9d325844.tar.bz2
AppsCustomizePagedView: Orientation
Conflicts: res/values/arrays.xml src/com/beansoft/launcher/preference/PreferencesProvider.java src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java Change-Id: I21070fb3688ba436b3ca88f1caee8a6cfbdbf31d
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index e575da0..2e14d2f 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -113,6 +113,12 @@
<!-- Drawer -->
<PreferenceScreen android:key="ui_drawer"
android:title="@string/preferences_interface_drawer_title">
+ <ListPreference android:key="ui_drawer_orientation"
+ android:title="@string/preferences_interface_drawer_orientation_title"
+ android:summary="@string/preferences_interface_drawer_orientation_summary"
+ android:entries="@array/preferences_interface_drawer_orientation_entries"
+ android:entryValues="@array/preferences_interface_drawer_orientation_values"
+ android:defaultValue="horizontal" />
<PreferenceCategory android:title="@string/preferences_interface_drawer_widgets_category">
<CheckBoxPreference android:key="ui_drawer_widgets_join_apps"
android:title="@string/preferences_interface_drawer_widgets_join_apps_title"