Skip to content

Commit

Permalink
Add contentDescription to image
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluismarti committed Apr 23, 2024
1 parent 9d60828 commit 8d8f636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/android/packaging/xbmc/res/layout/activity_splash.xml
Expand Up @@ -9,7 +9,8 @@
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/applaunch_screen" />
android:src="@drawable/applaunch_screen"
android:contentDescription="@string/app_name" />

<RelativeLayout
android:layout_width="wrap_content"
Expand Down

0 comments on commit 8d8f636

Please sign in to comment.