Commit 722fba78 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated bottom nav width to not spread useless spaces

parent 86551909
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
android:id="@+id/main_bottom_bar" android:id="@+id/main_bottom_bar"
style="?styleCardElevated" style="?styleCardElevated"
android:layout_width="match_parent" android:layout_width="192dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal" android:layout_gravity="bottom|center_horizontal"
android:layout_marginStart="@dimen/l1" android:layout_marginStart="@dimen/l1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment