summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-29 20:10:49 -0700
committerWinson Chung <winsonc@google.com>2011-06-29 20:11:07 -0700
commit6a0f57dfafced837a2a282d8feec28d5418be3b9 (patch)
tree4d3c2d584509c239aefce01dbe14fda6569f0b3e /res
parente87b924efaaf1cfb555a4327dc653929a4c182f1 (diff)
downloadandroid_packages_apps_Trebuchet-6a0f57dfafced837a2a282d8feec28d5418be3b9.tar.gz
android_packages_apps_Trebuchet-6a0f57dfafced837a2a282d8feec28d5418be3b9.tar.bz2
android_packages_apps_Trebuchet-6a0f57dfafced837a2a282d8feec28d5418be3b9.zip
Populating some more accessibility events.
Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
Diffstat (limited to 'res')
-rw-r--r--res/layout/apps_customize_pane.xml1
-rw-r--r--res/values/strings.xml12
2 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 8361d168c..8b1bd398f 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -43,6 +43,7 @@
android:layout_gravity="right"
android:gravity="center"
android:text="@string/market"
+ android:contentDescription="@string/market"
android:textColor="@color/workspace_all_apps_and_delete_zone_text_color"
android:textSize="18sp"
android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d41791b7..e7c18bdbb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -245,4 +245,16 @@
<!-- Default folder title -->
<string name="folder_hint_text">Unnamed Folder</string>
+
+ <!-- Accessibility -->
+ <skip />
+
+ <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
+ <string name="default_scroll_format" translatable="false">Page %1$d of %2$d</string>
+ <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
+ <string name="workspace_scroll_format" translatable="false">Workspace %1$d of %2$d</string>
+ <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
+ <string name="apps_customize_apps_scroll_format" translatable="false">Apps page %1$d of %2$d</string>
+ <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
+ <string name="apps_customize_widgets_scroll_format" translatable="false">Widgets page %1$d of %2$d</string>
</resources>