|
|
@ -6,7 +6,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.bottomnavigation.BottomNavigationView |
|
|
|
<com.google.android.material.bottomnavigation.BottomNavigationView |
|
|
|
android:id="@+id/bottom_navigation_view" |
|
|
|
android:id="@+id/bottom_navigation_view" |
|
|
|
android:paddingBottom="10dp" |
|
|
|
android:paddingBottom="5dp" |
|
|
|
|
|
|
|
android:paddingLeft="5dp" |
|
|
|
|
|
|
|
android:paddingRight="5dp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:elevation="6dp" |
|
|
|
android:elevation="6dp" |
|
|
|