summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-08-15 17:36:28 -0700
committerJames Lemieux <jplemieux@google.com>2014-08-15 17:36:28 -0700
commit44452b657ba1b45fbc0c1f8ded074f42b8d2d7c1 (patch)
treeb1e3809acf0daad58974e08169813aa4f3497d3a /res
parent52666490bf734a71ad3fce634e21f5a9f1d448a9 (diff)
downloadandroid_packages_apps_UnifiedEmail-44452b657ba1b45fbc0c1f8ded074f42b8d2d7c1.tar.gz
android_packages_apps_UnifiedEmail-44452b657ba1b45fbc0c1f8ded074f42b8d2d7c1.tar.bz2
android_packages_apps_UnifiedEmail-44452b657ba1b45fbc0c1f8ded074f42b8d2d7c1.zip
Label the floating action compose button for accessibility
b/16404973 Change-Id: Id1bb93581926c093be8a7d620372f1ffa883b8db
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp/floating_actions.xml1
-rw-r--r--res/layout/floating_actions.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-sw600dp/floating_actions.xml b/res/layout-sw600dp/floating_actions.xml
index 84c4d4ee8..639e56b25 100644
--- a/res/layout-sw600dp/floating_actions.xml
+++ b/res/layout-sw600dp/floating_actions.xml
@@ -71,6 +71,7 @@
<ImageButton
android:id="@+id/compose_button"
+ android:contentDescription="@string/compose"
style="@style/FloatingActionButtonStyle" />
</LinearLayout>
diff --git a/res/layout/floating_actions.xml b/res/layout/floating_actions.xml
index 1ec5eb23c..9984cda60 100644
--- a/res/layout/floating_actions.xml
+++ b/res/layout/floating_actions.xml
@@ -23,6 +23,7 @@
<ImageButton
android:id="@+id/compose_button"
+ android:contentDescription="@string/compose"
style="@style/FloatingActionButtonStyle" />
<com.android.mail.ui.ActionableToastBar