summaryrefslogtreecommitdiffstats
path: root/res/values
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/values
parentee6c7ebca7f3c2c41ed14601931b27d827de1639 (diff)
downloadpackages_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/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml8
2 files changed, 15 insertions, 3 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 481f69d..ccc5dd4 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -18,6 +18,16 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string-array name="preferences_interface_homescreen_indicator_position_entries">
+ <item>Above Dock</item>
+ <item>Top</item>
+ <item>Bottom</item>
+ </string-array>
+ <string-array name="preferences_interface_homescreen_indicator_position_values">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
<string-array name="preferences_interface_homescreen_scrolling_transition_effect_entries">
<item>Standard</item>
<item>Tablet</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5d468b7..b50b7af 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -334,9 +334,11 @@ s -->
<string name="preferences_interface_homescreen_scrolling_show_outlines_summary">Show screen outlines when scrolling homescreens</string>
<string name="preferences_interface_homescreen_indicator_category">Indicator</string>
<string name="preferences_interface_homescreen_indicator_enable_title">Show page indicator</string>
- <string name="preferences_interface_homescreen_indicator_enable_summary">Show current page indicator at the bottom of the screen</string>
+ <string name="preferences_interface_homescreen_indicator_enable_summary">Show current page indicator on the screen</string>
<string name="preferences_interface_homescreen_indicator_fade_title">Fade indicator</string>
- <string name="preferences_interface_homescreen_indicator_fade_summary">Fade the indicator after the homescreen has changed</string>
+ <string name="preferences_interface_homescreen_indicator_fade_summary">Fade away the indicator after the homescreen has changed</string>
+ <string name="preferences_interface_homescreen_indicator_position_title">Indicator position</string>
+ <string name="preferences_interface_homescreen_indicator_position_summary">Choose where to show the indicator on the screen</string>
<string name="preferences_interface_homescreen_indicator_background_title">Show dock divider</string>
<string name="preferences_interface_homescreen_indicator_background_summary">Show the background behind the indicator</string>
@@ -356,7 +358,7 @@ s -->
<string name="preferences_interface_drawer_indicator_enable_title">Show page indicator</string>
<string name="preferences_interface_drawer_indicator_enable_summary">Show current page indicator at the bottom of the screen</string>
<string name="preferences_interface_drawer_indicator_fade_title">Fade indicator</string>
- <string name="preferences_interface_drawer_indicator_fade_summary">Fade the indicator after the page has changed</string>
+ <string name="preferences_interface_drawer_indicator_fade_summary">Fade away the indicator after the page has changed</string>
<!-- Dock -->
<string name="preferences_interface_dock_title">Dock</string>