diff options
author | nebkat <nebkat@gmail.com> | 2011-12-04 16:24:47 +0000 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-19 01:14:02 +0000 |
commit | 00991d00cfee9ef47bcaa6f8771f7e9d52bc0662 (patch) | |
tree | 94593f8befbeb8de3fba452dbe8ddbd9d26e8a16 /res/xml | |
parent | f6ed954f7ac483c27625177274aba592a30bfb7b (diff) | |
download | packages_apps_trebuchet-00991d00cfee9ef47bcaa6f8771f7e9d52bc0662.zip packages_apps_trebuchet-00991d00cfee9ef47bcaa6f8771f7e9d52bc0662.tar.gz packages_apps_trebuchet-00991d00cfee9ef47bcaa6f8771f7e9d52bc0662.tar.bz2 |
Preferences: Separate Apps and Widgets
Reverts "Add ability to swipe from apps to widgets in AllAppsCustomize"
Change-Id: I0727fbe747f2f93c4680bf91fbcbed75af662b29
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index a81209b..d1585e2 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -71,7 +71,12 @@ <!-- Drawer --> <PreferenceScreen android:key="ui_drawer" android:title="@string/preferences_interface_drawer_title"> - + <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" + android:summary="@string/preferences_interface_drawer_widgets_join_apps_summary" + android:defaultValue="true" /> + </PreferenceCategory> </PreferenceScreen> <!-- Dock --> |