set the correct height to the main bottom app bar (#4763)
Before there was a weird gap when the bar was set to bottom & and the title bar was hidden. 
This commit is contained in:
parent
a4b2c8682e
commit
9e83c205e8
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
<com.google.android.material.bottomappbar.BottomAppBar
|
||||
android:id="@+id/bottomNav"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="58dp"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:layout_gravity="bottom"
|
||||
android:backgroundTint="?attr/colorSurface"
|
||||
app:contentInsetStart="0dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue