never collapse bottom app bar tabs (#2447)

This commit is contained in:
Konrad Pozniak 2022-04-21 18:46:30 +02:00 committed by GitHub
parent d2bfceae7b
commit 7499ff5733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:tabIndicator="@null"
app:tabGravity="fill"
app:tabMode="fixed" />
</com.google.android.material.bottomappbar.BottomAppBar>