From: Fabrice Di Meglio Date: Wed, 10 Sep 2014 20:12:25 +0000 (-0700) Subject: Fix bug #17449527 On Profile info alert box, profile picture button is unlabeled... X-Git-Tag: android-x86-6.0-r1~860^2~395^2^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ade576155747bdf81a154d3c40e97e1d7cd5f573;p=android-x86%2Fpackages-apps-Settings.git Fix bug #17449527 On Profile info alert box, profile picture button is unlabeled in accessibility - add missing string Change-Id: I9c6a50353075b05d0f80d112c999b2579cdb6676 --- 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