add content description for bottom nav menu button (#4400)
This commit is contained in:
parent
320c42fc45
commit
05b78a2a00
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue