For #27004: Make the top site frame layout focusable.

This makes the layout visible to a11y screen readers.
pull/543/head
mcarare 2 years ago committed by mergify[bot]
parent 8fa1924e83
commit bcc12b65ce

@ -7,7 +7,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:focusable="true">
<com.google.android.material.card.MaterialCardView
style="@style/TopSite.Card">

Loading…
Cancel
Save