refactor: Mark the image overlay is not important for accessibility

This commit is contained in:
Nik Clayton 2023-09-20 16:23:54 +02:00
parent 0fadb6f3fd
commit 254edf5e6f
2 changed files with 2 additions and 12 deletions

View File

@ -5261,17 +5261,6 @@
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/item_account_media.xml"
line="12"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"

View File

@ -13,6 +13,7 @@
android:id="@+id/accountMediaImageViewOverlay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" />
android:layout_gravity="center"
android:importantForAccessibility="no" />
</FrameLayout>