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

Commit e2686e86 authored by Walter Jang's avatar Walter Jang Committed by Android Git Automerger
Browse files

am fed0c5ae: am 7c2bdd1d: am 356e93de: Add content description to compact editor overlay

* commit 'fed0c5ae':
  Add content description to compact editor overlay
parents 1fc118eb fed0c5ae
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>