summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChristine Franks <christyfranks@google.com>2016-09-08 18:21:47 -0700
committerChristine Franks <christyfranks@google.com>2016-09-13 09:47:16 -0700
commit6f6c24a10f771cca4047fb9c5703c365055bf791 (patch)
tree813a3e6f70722115c2c8a6aec5706015a2a4f656 /res
parent913e62bd4594e7c3e5de52cf1704ad8d218a4344 (diff)
downloadandroid_packages_apps_ExactCalculator-6f6c24a10f771cca4047fb9c5703c365055bf791.tar.gz
android_packages_apps_ExactCalculator-6f6c24a10f771cca4047fb9c5703c365055bf791.tar.bz2
android_packages_apps_ExactCalculator-6f6c24a10f771cca4047fb9c5703c365055bf791.zip
Adds content description when there is no result.
Bug: 30630099 Test: Manually tested 1) tapping the result box on cold start, 2) tapping the result box on warm start, 3) tapping the result box when a formula is entered but no result, 4) tapping the result box when there is a result, 5) scrolling the result, and 6) after an existing result is deleted, both with delete and clear. Unit tests also still pass. Change-Id: Ief31dc0417592b17ea9a8c6c64a35928aead1ea7
Diffstat (limited to 'res')
-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 d3d6b18..137a141 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -215,6 +215,8 @@
<!-- Content description for formula field when it is empty. [CHAR_LIMIT=NONE] -->
<string name="desc_formula">No formula</string>
+ <!-- Content description for result field when it is empty. [CHAR_LIMIT=NONE] -->
+ <string name="desc_result">No result</string>
<!-- Content description for the numeric/operation pad when slide-able. [CHAR_LIMIT=NONE] -->
<string name="desc_num_pad">Numbers and basic operations</string>