Skip to content
Snippets Groups Projects
Unverified Commit efe3998b authored by axelherbstreith's avatar axelherbstreith Committed by GitHub
Browse files

Accessibility: Image not announces in Submission Consent Screen (EXPOSUREAPP-4098) #2289


* added content description

* added translations

Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
parent 4803dcd3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,8 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:importantForAccessibility="no"/>
android:focusable="true"
android:contentDescription="@string/submission_consent_main_illustration_description" />
<include layout="@layout/include_submission_consent_intro"
android:id="@+id/include_submission_consent_intro"
......
......@@ -903,6 +903,8 @@
<string name="submission_consent_main_third_point">"Ihre Identität bleibt geheim. Andere Nutzer erfahren nicht, wer sein Testergebnis geteilt hat."</string>
<!-- YTXT: Body for consent main section fourth point -->
<string name="submission_consent_main_fourth_point">"Sie können Ihr Einverständnis abgeben, wenn Sie mindestens 16 Jahre alt sind."</string>
<!-- YTXT: Content Description for the illustration -->
<string name="submission_consent_main_illustration_description">"Eine Person hält ein Smartphone. Ein QR-Code auf einem Test symbolisiert den zu scannenden Code."</string>
<!-- Submission Test Result -->
<!-- XHED: Page headline for test result -->
......
......@@ -916,6 +916,8 @@
<string name="submission_consent_main_third_point">"Your identity will remain secret. Other users will not find out who has shared a test result."</string>
<!-- YTXT: Body for consent main section fourth point -->
<string name="submission_consent_main_fourth_point">"You must be at least 16 years old to grant your consent."</string>
<!-- YTXT: Content Description for the illustration -->
<string name="submission_consent_main_illustration_description"></string>
<!-- Submission Test Result -->
<!-- XHED: Page headline for test result -->
......
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