summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-06-01 16:15:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-01 16:15:45 +0000
commit644241eafe7b175de92745f9369d71f5424f9684 (patch)
treedc8bc4014622b9fa18ee50ca03c3c053ddbe779b /res
parent98f383ba20a7e0769cd6d6ea9225fcd4f6552f7f (diff)
parentcca103f7b4e15e7de69224a50aea26ab212cbb3b (diff)
downloadandroid_packages_apps_ExactCalculator-644241eafe7b175de92745f9369d71f5424f9684.tar.gz
android_packages_apps_ExactCalculator-644241eafe7b175de92745f9369d71f5424f9684.tar.bz2
android_packages_apps_ExactCalculator-644241eafe7b175de92745f9369d71f5424f9684.zip
Merge "Set contentDescription for period button" into mnc-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/pad_numeric.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/pad_numeric.xml b/res/layout/pad_numeric.xml
index 6e9251b..34e9dbc 100644
--- a/res/layout/pad_numeric.xml
+++ b/res/layout/pad_numeric.xml
@@ -91,6 +91,7 @@
style="@style/PadButtonStyle.Numeric"
android:layout_row="3"
android:layout_column="0"
+ android:contentDescription="@string/desc_dec_point"
android:text="@string/dec_point" />
<Button