Merge "Adding content description for photo overlay."
diff --git a/res/layout/photo_selector_view.xml b/res/layout/photo_selector_view.xml
index 0006559..1a21c30 100644
--- a/res/layout/photo_selector_view.xml
+++ b/res/layout/photo_selector_view.xml
@@ -33,6 +33,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/selectableItemBackground"
- android:visibility="gone" />
+ android:visibility="gone"
+ android:contentDescription="@string/contact_detail_picture_description"/>
-</FrameLayout>
\ No newline at end of file
+</FrameLayout>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 64e1b31..a215564 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -659,4 +659,6 @@
<!-- Menu item shown only when the special debug mode is enabled, which is used to send all contacts database files via email. [CHAR LIMI=NONE] -->
<string name="menu_export_database">Export database files</string>
+ <!-- Description when picture in the contact detail view is selected. [CHAR LIMIT=NONE] -->
+ <string name="contact_detail_picture_description">Picture. Tap to change</string>
</resources>