summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-08-18 18:05:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-16 03:52:42 +0000
commit741ed0cae0c33722180765add0e08592b2cf5d7d (patch)
tree2a46ef6373685a86f5a0d2b876370f9bb6507111 /res/layout
parentc1700e338cbb26b7f35b4db9c46d81c78ae74cbe (diff)
parent44452b657ba1b45fbc0c1f8ded074f42b8d2d7c1 (diff)
downloadandroid_packages_apps_UnifiedEmail-741ed0cae0c33722180765add0e08592b2cf5d7d.tar.gz
android_packages_apps_UnifiedEmail-741ed0cae0c33722180765add0e08592b2cf5d7d.tar.bz2
android_packages_apps_UnifiedEmail-741ed0cae0c33722180765add0e08592b2cf5d7d.zip
Merge "Label the floating action compose button for accessibility" into ub-gmail-ur14-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/floating_actions.xml1
1 files changed, 1 insertions, 0 deletions
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