Skip to content

Commit c5385e6

Browse files
Add content description for app icon
1 parent 0a37e8b commit c5385e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/fragment_about.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
android:focusable="true"
3535
android:src="@mipmap/ic_launcher"
3636
android:tooltipText="@string/tooltip_open_me"
37+
android:contentDescription="@string/app_name"
3738
app:layout_constraintEnd_toEndOf="parent"
3839
app:layout_constraintStart_toStartOf="parent"
39-
app:layout_constraintTop_toTopOf="parent"
40-
tools:ignore="SpeakableTextPresentCheck" />
40+
app:layout_constraintTop_toTopOf="parent" />
4141

4242
<com.google.android.material.textview.MaterialTextView
4343
android:id="@+id/text_view_app_title"

0 commit comments

Comments
 (0)