use proper color at breadcrumbs
This commit is contained in:
parent
00a03ee29f
commit
e3376e4f56
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class Breadcrumbs(context: Context, attrs: AttributeSet) : HorizontalScrollView(
|
|||
val firstItemBgColor = if (isShownInDialog && context.baseConfig.isUsingSystemTheme) {
|
||||
resources.getColor(R.color.you_dialog_background_color, context.theme)
|
||||
} else {
|
||||
context.baseConfig.backgroundColor
|
||||
context.getProperBackgroundColor()
|
||||
}
|
||||
|
||||
inflater.inflate(R.layout.item_breadcrumb_first, itemsLayout, false).apply {
|
||||
|
|
Loading…
Reference in a new issue