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

Commit db83c16e 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."...

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

Change-Id: I4ba106bd8536f2796ceed8e3a1f70b1a1a6d51cf
parents 5ab2be09 afbdcdee
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