summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-11 18:53:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-11 18:53:52 +0000
commit9c6e175a1863855cefc298b800d8d1982f38efeb (patch)
treece046892024af991fe521c318637d72f5e832116 /res/values
parent99d96ba6c8e3258f7d99a33d49da2aeb0da5d862 (diff)
parent9ca9c1316da8382c1f663973072731033b5e533a (diff)
downloadandroid_packages_apps_Trebuchet-9c6e175a1863855cefc298b800d8d1982f38efeb.tar.gz
android_packages_apps_Trebuchet-9c6e175a1863855cefc298b800d8d1982f38efeb.tar.bz2
android_packages_apps_Trebuchet-9c6e175a1863855cefc298b800d8d1982f38efeb.zip
Merge "Adding accessibility widget resize" into ub-launcher3-burnaby
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml1
-rw-r--r--res/values/strings.xml19
2 files changed, 20 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 6ef863532..84ccef10c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -102,4 +102,5 @@
<item type="id" name="action_move_to_workspace" />
<item type="id" name="action_move_screen_backwards" />
<item type="id" name="action_move_screen_forwards" />
+ <item type="id" name="action_resize" />
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1681fc626..59625841b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -252,4 +252,23 @@
<!-- Accessibility confirmation when a screen was moved [DO NOT TRANSLATE] -->
<string name="screen_moved">Screen moved</string>
+
+ <!-- Accessibility action to resize a widget [DO NOT TRANSLATE] -->
+ <string name="action_resize">Resize</string>
+
+ <!-- Accessibility action to increase width of a widget [DO NOT TRANSLATE] -->
+ <string name="action_increase_width">Increase width</string>
+
+ <!-- Accessibility action to increase height of a widget [DO NOT TRANSLATE] -->
+ <string name="action_increase_height">Increase height</string>
+
+ <!-- Accessibility action to decrease width of a widget [DO NOT TRANSLATE] -->
+ <string name="action_decrease_width">Decrease width</string>
+
+ <!-- Accessibility action to decrease height of a widget [DO NOT TRANSLATE] -->
+ <string name="action_decrease_height">Decrease height</string>
+
+ <!-- Accessibility confirmation for widget resize [DO NOT TRANSLATE]-->
+ <string name="widget_resized">Widget resized to width <xliff:g id="number" example="2">%1$s</xliff:g> height <xliff:g id="number" example="1">%2$s</xliff:g></string>
+
</resources>