Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
fixed image description (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
  • Loading branch information
harambasicluka and jakobmoellerdev authored Jun 12, 2020
1 parent 9fc2aae commit 17c12a3
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<data>

<import type="de.rki.coronawarnapp.util.formatter.FormatterAccessibilityHelper" />

</data>

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
Expand All @@ -14,8 +20,7 @@
android:id="@+id/submission_positive_other_warning_hero_illustration"
android:layout_width="@dimen/match_constraint"
android:layout_height="wrap_content"
android:contentDescription="@string/submission_positive_other_illustration_description"
android:importantForAccessibility="no"
android:contentDescription="@{FormatterAccessibilityHelper.formatButton(@string/submission_positive_other_illustration_description)}"
android:src="@drawable/ic_submission_illustration_other_warning"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 17c12a3

Please sign in to comment.