Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab77ccc0 authored by Bhavuk Jain's avatar Bhavuk Jain
Browse files

Fix accessibility for grid preview icon

This CL aims at making sure we don't announce the content description
for the grid preview icon. This is needed for accessibility
requirements.

Bug: 418199132
Flag: EXEMPT bugfix
Test: Tested by building installing picker, checking if label is
announced. label is not announced.

Change-Id: Id20a4b14481209dbefe1f943daed7b5326c0fccd
parent 43e84aee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@

        <ImageView
            android:id="@+id/option_entry_icon"
            android:importantForAccessibility="no"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:contentDescription="@string/grid_preview_card_content_description" />