Browse Source

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

pull/4387/head^2
Konrad Pozniak 2 years ago committed by GitHub
parent
commit
05b78a2a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      app/src/main/res/layout/activity_main.xml

5
app/src/main/res/layout/activity_main.xml

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

Loading…
Cancel
Save