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

This makes the layout visible to a11y screen readers.
This commit is contained in:
mcarare 2022-09-15 17:39:30 +03:00 committed by mergify[bot]
parent 8fa1924e83
commit bcc12b65ce
1 changed files with 2 additions and 1 deletions

View File

@ -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">