Updated bottom nav width to not spread useless spaces

This commit is contained in:
Viktor De Pasquale 2019-10-30 21:09:00 +01:00
parent 86551909fc
commit 722fba7805

View File

@ -45,7 +45,7 @@
<com.google.android.material.card.MaterialCardView
android:id="@+id/main_bottom_bar"
style="?styleCardElevated"
android:layout_width="match_parent"
android:layout_width="192dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginStart="@dimen/l1"