add content description for bottom nav menu button

This commit is contained in:
Conny Duck 2024-04-27 08:14:27 +02:00
parent 9087b4186f
commit a22628dc6f
No known key found for this signature in database
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>