summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-19 14:14:55 +0000
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-19 06:15:45 -0800
commita8012a552429889d04f7829317d602de23054864 (patch)
tree1e83f024b41848b7074186b37ecd14508e3d2c8d /res/xml
parentee6c7ebca7f3c2c41ed14601931b27d827de1639 (diff)
downloadandroid_packages_apps_Trebuchet-a8012a552429889d04f7829317d602de23054864.tar.gz
android_packages_apps_Trebuchet-a8012a552429889d04f7829317d602de23054864.tar.bz2
android_packages_apps_Trebuchet-a8012a552429889d04f7829317d602de23054864.zip
Workspace: Indicator Position
Change-Id: I0b297fc8b34df9995deed889ca065e83e4e49725
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 9242b01e0..413440264 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"