mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 11:51:53 +00:00
Updated bottom nav width to not spread useless spaces
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user