[UI] Added bottom padding to bottom navigation

This commit is contained in:
Prathamesh More 2021-11-26 17:45:48 +05:30
parent ea750a682c
commit 49effb8b9e
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@
android:elevation="0dp"
android:minHeight="@dimen/bottom_nav_height"
app:itemHorizontalTranslationEnabled="false"
app:itemPaddingBottom="0dp"
app:itemPaddingBottom="8dp"
app:itemPaddingTop="8dp"
app:menu="@menu/bottom_navigation_main"
tools:layout_height="wrap_content" />