diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-19 14:14:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-12-19 06:15:45 -0800 |
commit | a8012a552429889d04f7829317d602de23054864 (patch) | |
tree | 1e83f024b41848b7074186b37ecd14508e3d2c8d /res/xml | |
parent | ee6c7ebca7f3c2c41ed14601931b27d827de1639 (diff) | |
download | packages_apps_trebuchet-a8012a552429889d04f7829317d602de23054864.zip packages_apps_trebuchet-a8012a552429889d04f7829317d602de23054864.tar.gz packages_apps_trebuchet-a8012a552429889d04f7829317d602de23054864.tar.bz2 |
Workspace: Indicator Position
Change-Id: I0b297fc8b34df9995deed889ca065e83e4e49725
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 9242b01..4134402 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -94,6 +94,13 @@ android:summary="@string/preferences_interface_homescreen_indicator_fade_summary" android:defaultValue="true" android:dependency="ui_homescreen_indicator_enable" /> + <ListPreference android:key="ui_homescreen_indicator_position" + android:title="@string/preferences_interface_homescreen_indicator_position_title" + android:summary="@string/preferences_interface_homescreen_indicator_position_summary" + android:entries="@array/preferences_interface_homescreen_indicator_position_entries" + android:entryValues="@array/preferences_interface_homescreen_indicator_position_values" + android:defaultValue="0" + android:dependency="ui_homescreen_indicator_enable" /> <CheckBoxPreference android:key="ui_homescreen_indicator_background" android:title="@string/preferences_interface_homescreen_indicator_background_title" android:summary="@string/preferences_interface_homescreen_indicator_background_summary" |