add content description for bottom nav menu button (#4400)

This commit is contained in:
Konrad Pozniak 2024-04-29 19:51:59 +02:00 committed by GitHub
parent 320c42fc45
commit 05b78a2a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -65,7 +65,8 @@
android:layout_gravity="bottom"
app:contentInsetStart="0dp"
app:contentInsetStartWithNavigation="0dp"
app:fabAlignmentMode="end">
app:fabAlignmentMode="end"
app:navigationContentDescription="@string/action_open_drawer">
<com.keylesspalace.tusky.view.AdaptiveTabLayout
android:id="@+id/bottomTabLayout"
@ -74,7 +75,7 @@
android:layout_height="?attr/actionBarSize"
app:tabGravity="fill"
app:tabIndicatorGravity="top"
app:tabMode="scrollable"/>
app:tabMode="scrollable" />
</com.google.android.material.bottomappbar.BottomAppBar>