From ade576155747bdf81a154d3c40e97e1d7cd5f573 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 10 Sep 2014 13:12:25 -0700 Subject: [PATCH] Fix bug #17449527 On Profile info alert box, profile picture button is unlabeled in accessibility - add missing string Change-Id: I9c6a50353075b05d0f80d112c999b2579cdb6676 --- res/layout/edit_user_info_dialog_content.xml | 2 +- res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/edit_user_info_dialog_content.xml b/res/layout/edit_user_info_dialog_content.xml index d23f6f56c6..4d76e1330e 100644 --- a/res/layout/edit_user_info_dialog_content.xml +++ b/res/layout/edit_user_info_dialog_content.xml @@ -26,7 +26,7 @@ android:layout_height="56dip" android:layout_gravity="bottom" android:layout_marginEnd="6dp" - android:contentDescription="@null" + android:contentDescription="@string/user_image_photo_selector" android:background="@*android:drawable/spinner_background_holo_dark" android:scaleType="fitCenter"/> diff --git a/res/values/strings.xml b/res/values/strings.xml index 2a1c897f3a..af0adc67fc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5484,6 +5484,8 @@ Take photo Choose photo from Gallery + + Select photo -- 2.11.0