|
|
@ -203,7 +203,7 @@ object ATH { |
|
|
|
setBackgroundColor(ThemeStore.backgroundColor(context)) |
|
|
|
setBackgroundColor(ThemeStore.backgroundColor(context)) |
|
|
|
val colorStateList = Selector.colorBuild() |
|
|
|
val colorStateList = Selector.colorBuild() |
|
|
|
.setDefaultColor(context.getCompatColor(R.color.btn_bg_press_tp)) |
|
|
|
.setDefaultColor(context.getCompatColor(R.color.btn_bg_press_tp)) |
|
|
|
.setSelectedColor(ThemeStore.primaryColor(bottom_navigation_view.context)).create() |
|
|
|
.setSelectedColor(ThemeStore.accentColor(bottom_navigation_view.context)).create() |
|
|
|
itemIconTintList = colorStateList |
|
|
|
itemIconTintList = colorStateList |
|
|
|
itemTextColor = colorStateList |
|
|
|
itemTextColor = colorStateList |
|
|
|
} |
|
|
|
} |
|
|
|