summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorShri Borde <shri@google.com>2015-01-07 11:15:49 -0800
committerShri Borde <shri@google.com>2015-01-07 11:15:49 -0800
commit9ea7077cea45d719026934d33b9deecf4c2eca93 (patch)
tree72d471a4c086967283da521ed80fc7845b5bbb75 /res/values
parent307bd804982aa896a2043ed1c557c65cd8269d3f (diff)
downloadandroid_frameworks_opt_photoviewer-9ea7077cea45d719026934d33b9deecf4c2eca93.tar.gz
android_frameworks_opt_photoviewer-9ea7077cea45d719026934d33b9deecf4c2eca93.tar.bz2
android_frameworks_opt_photoviewer-9ea7077cea45d719026934d33b9deecf4c2eca93.zip
Bug 18864683: Accessibility
The actionbar is made to stay visibile if accessibility is enabled. This allows the user to explore and access the menu buttons without it auto-hiding. The photo details are announced whenever switching to a new photo. The root view of photo_activity_view is removed from touch exploration as no actions can be performed by touching it. Change-Id: I9090920e2154cd9f038d2bede0e4ec9399becc3d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c0c1914..eb4896a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -21,4 +21,6 @@
<string name="retry">Retry</string>
<!-- Photo view error message shown below thumbnail if full image could not be shown [CHAR LIMIT=30] -->
<string name="failed">Couldn\'t load image</string>
+ <!-- Title and subtitle combined into a single string -->
+ <string name="titles"><xliff:g id="title">%s</xliff:g>, <xliff:g id="subtitle">%s</xliff:g></string>
</resources>