1
0
mirror of https://github.com/accelforce/Yuito synced 2025-01-03 11:30:29 +01:00

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>