code refactor
This commit is contained in:
parent
6b492c039c
commit
8f272ab0d2
11 changed files with 49 additions and 38 deletions
|
@ -39,5 +39,7 @@ class BottomNavigationBarTinted @JvmOverloads constructor(
|
|||
val accentColor = ThemeStore.accentColor(context)
|
||||
NavigationViewUtil.setItemIconColors(this, ColorUtil.withAlpha(iconColor, 0.5f), accentColor)
|
||||
NavigationViewUtil.setItemTextColors(this, ColorUtil.withAlpha(iconColor, 0.5f), accentColor)
|
||||
|
||||
setOnApplyWindowInsetsListener(null)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue