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

Commit afbdcdee authored by Tracy Zhou's avatar Tracy Zhou Committed by android-build-merger
Browse files

Merge "Add contentDescription to close button of recents onboarding tip view." into pi-dev

am: c6b36879

Change-Id: I5fad432f25af34d8b435a4e42488e69cf01aa25b
parents a0f73258 c6b36879
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@
            android:layout_marginEnd="2dp"
            android:alpha="0.7"
            android:src="@drawable/ic_close_white"
            android:background="?android:attr/selectableItemBackgroundBorderless"/>
            android:background="?android:attr/selectableItemBackgroundBorderless"
            android:contentDescription="@string/accessibility_desc_close"/>
    </LinearLayout>

    <View