Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 356e93de authored by Walter Jang's avatar Walter Jang
Browse files

Add content description to compact editor overlay

Bug 21032304

Change-Id: Ib7364d20606a82cb037e9df06afb6b2dd802967a
parent 68beeabc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
            android:id="@+id/photo_touch_intercept_overlay"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@drawable/item_background_material_dark" />
            android:background="@drawable/item_background_material_dark"
            android:contentDescription="@string/compact_editor_change_photo_content_description" />

</com.android.contacts.editor.CompactPhotoEditorView>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -761,4 +761,7 @@

    <!-- Button to expand the compact contact editor to show all available input fields. [CHAR LIMIT=60] -->
    <string name="compact_editor_more_fields">More Fields</string>

    <!-- Content description for the compact contact editor photo overlay which, when clicked, shows a dialog with the options for changing the contact photo. [CHAR LIMIT=30] -->
    <string name="compact_editor_change_photo_content_description">Change photo</string>
</resources>