diff options
author | nebkat <nebkat@gmail.com> | 2011-12-09 18:30:29 +0000 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-19 01:15:00 +0000 |
commit | 6e4920953636598d1bec811aa9ed271e82fb6353 (patch) | |
tree | 96116147b812034e036159f957f1a52ff3bd7d34 /res/xml/preferences.xml | |
parent | 00991d00cfee9ef47bcaa6f8771f7e9d52bc0662 (diff) | |
download | packages_apps_trebuchet-6e4920953636598d1bec811aa9ed271e82fb6353.zip packages_apps_trebuchet-6e4920953636598d1bec811aa9ed271e82fb6353.tar.gz packages_apps_trebuchet-6e4920953636598d1bec811aa9ed271e82fb6353.tar.bz2 |
Preferences Show/Fade Page Indicator (AllApps)
Change-Id: I9f417ecfdfcfdbcf3f4dc5f633878228194faaba
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r-- | res/xml/preferences.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index d1585e2..a39c434 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -77,6 +77,17 @@ android:summary="@string/preferences_interface_drawer_widgets_join_apps_summary" android:defaultValue="true" /> </PreferenceCategory> + <PreferenceCategory android:title="@string/preferences_interface_drawer_indicator_category"> + <CheckBoxPreference android:key="ui_drawer_indicator_enable" + android:title="@string/preferences_interface_drawer_indicator_enable_title" + android:summary="@string/preferences_interface_drawer_indicator_enable_summary" + android:defaultValue="true" /> + <CheckBoxPreference android:key="ui_drawer_indicator_fade" + android:title="@string/preferences_interface_drawer_indicator_fade_title" + android:summary="@string/preferences_interface_drawer_indicator_fade_summary" + android:defaultValue="true" + android:dependency="ui_drawer_indicator_enable" /> + </PreferenceCategory> </PreferenceScreen> <!-- Dock --> |