summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-06-01 16:29:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-01 16:29:03 +0000
commitae57f25e270d75b9409a1efb85c11b82f8e5929d (patch)
treeccc6177127453700bf38b070f02d6c0018fa364a /res
parent8156a5d0fd42f0059f9ea854da506d58875464c2 (diff)
parent644241eafe7b175de92745f9369d71f5424f9684 (diff)
downloadandroid_packages_apps_ExactCalculator-ae57f25e270d75b9409a1efb85c11b82f8e5929d.tar.gz
android_packages_apps_ExactCalculator-ae57f25e270d75b9409a1efb85c11b82f8e5929d.tar.bz2
android_packages_apps_ExactCalculator-ae57f25e270d75b9409a1efb85c11b82f8e5929d.zip
am 644241ea: Merge "Set contentDescription for period button" into mnc-dev
* commit '644241eafe7b175de92745f9369d71f5424f9684': Set contentDescription for period button
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