never collapse bottom app bar tabs (#2447)
This commit is contained in:
parent
d2bfceae7b
commit
7499ff5733
|
@ -58,6 +58,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
app:tabIndicator="@null"
|
app:tabIndicator="@null"
|
||||||
|
app:tabGravity="fill"
|
||||||
app:tabMode="fixed" />
|
app:tabMode="fixed" />
|
||||||
|
|
||||||
</com.google.android.material.bottomappbar.BottomAppBar>
|
</com.google.android.material.bottomappbar.BottomAppBar>
|
||||||
|
|
Loading…
Reference in New Issue