Updated MDC

This commit is contained in:
Prathamesh More 2022-03-23 20:33:56 +05:30
parent 9b9def5a73
commit 802cab7818
5 changed files with 13 additions and 11 deletions

View file

@ -42,7 +42,8 @@ class BottomNavigationBarTinted @JvmOverloads constructor(
} else {
applyInsetter {
type(navigationBars = true) {
padding()
padding(vertical = true)
margin(horizontal = true)
}
}
}