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