Skip to content
Snippets Groups Projects
Unverified Commit 2fe91e59 authored by Ralf Gehrer's avatar Ralf Gehrer Committed by GitHub
Browse files

Add content description texts (EXPOSUREAPP-4303) (#1914)

parent 9428ce5e
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/spacing_normal" android:layout_marginEnd="@dimen/spacing_normal"
android:importantForAccessibility="no" android:importantForAccessibility="no"
android:contentDescription="@string/contact_diary_homescreen_card_image_content_description"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/contact_diary_card_homescreen_body" app:layout_constraintTop_toTopOf="@+id/contact_diary_card_homescreen_body"
app:srcCompat="@drawable/ic_diary_book" /> app:srcCompat="@drawable/ic_diary_book" />
......
...@@ -38,10 +38,10 @@ ...@@ -38,10 +38,10 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:focusable="true" android:focusable="true"
android:src="@drawable/ic_contact_diary_illustration_onboarding" android:src="@drawable/ic_contact_diary_illustration_onboarding"
android:contentDescription="@string/contact_diary_onboarding_image_content_description"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_contact_diary_illustration_onboarding" /> tools:src="@drawable/ic_contact_diary_illustration_onboarding" />
<TextView <TextView
......
...@@ -62,6 +62,16 @@ ...@@ -62,6 +62,16 @@
<!-- XTXT: Header for contact diary overview screen --> <!-- XTXT: Header for contact diary overview screen -->
<string name="contact_diary_overview_header">Startseite</string> <string name="contact_diary_overview_header">Startseite</string>
<!-- XTXT: content description of contact journal image on home screen -->
<string name="contact_diary_homescreen_card_image_content_description">Ein zugeklapptes Buch mit Lesezeichen</string>
<!-- XTXT: content description of contact journal header image on onboarding screen -->
<string name="contact_diary_onboarding_image_content_description">Mehrere Menschen schauen im Freien auf ihre Handys</string>
<!-- XTXT: content description of contact journal background image on edit persons screen -->
<string name="contact_diary_edit_persons_image_content_description">Die Silhouette einer Frau, die über eine Wiese läuft</string>
<!-- XTXT: content description of contact journal background image on edit locations screen -->
<string name="contact_diary_edit_locations_image_content_description">Eine Standortmarkierung markiert ein Gebäude</string>
<!-- XHED: Title for the contact diary edit locations --> <!-- XHED: Title for the contact diary edit locations -->
<string name="contact_diary_edit_locations_title">Orte bearbeiten</string> <string name="contact_diary_edit_locations_title">Orte bearbeiten</string>
<!-- XHED: Title for the contact diary edit persons --> <!-- XHED: Title for the contact diary edit persons -->
......
...@@ -61,6 +61,15 @@ ...@@ -61,6 +61,15 @@
<!-- XTXT: Header for contact diary overview screen --> <!-- XTXT: Header for contact diary overview screen -->
<string name="contact_diary_overview_header"/> <string name="contact_diary_overview_header"/>
<!-- XTXT: content description of contact journal image on home screen -->
<string name="contact_diary_homescreen_card_image_content_description">Ein zugeklapptes Buch mit Lesezeichen</string>
<!-- XTXT: content description of contact journal header image on onboarding screen -->
<string name="contact_diary_onboarding_image_content_description">Mehrere Menschen schauen im Freien auf ihre Handys</string>
<!-- XTXT: content description of contact journal background image on edit persons screen -->
<string name="contact_diary_edit_persons_image_content_description">Die Silhouette einer Frau, die über eine Wiese läuft</string>
<!-- XTXT: content description of contact journal background image on edit locations screen -->
<string name="contact_diary_edit_locations_image_content_description">Eine Standortmarkierung markiert ein Gebäude</string>
<!-- XHED: Title for the contact diary edit locations --> <!-- XHED: Title for the contact diary edit locations -->
<string name="contact_diary_edit_locations_title">Orte bearbeiten</string> <string name="contact_diary_edit_locations_title">Orte bearbeiten</string>
<!-- XHED: Title for the contact diary edit persons --> <!-- XHED: Title for the contact diary edit persons -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment