mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
Decreased padding in BottomNavigationView
This commit is contained in:
parent
26440c0e21
commit
d24b14453d
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@
|
|||
android:id="@+id/bottom_navigation"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="32dp"
|
||||
android:paddingEnd="32dp"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="24dp"
|
||||
android:background="@drawable/bottom_nav_shape"
|
||||
android:visibility="gone"
|
||||
app:itemIconTint="@drawable/bottom_nav_selector"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue