Droppers / AnimatedBottomBar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.
MIT License
1.37k stars 109 forks source link

The actual effect of the abb_indicatorColor attribute is different from the set value #40

Open SakurajimaMaii opened 2 years ago

SakurajimaMaii commented 2 years ago

The color of the tab and indicator I set should be the same, as shown in the figure below example But the actual implementation effect is biased. What is the reason? example

Droppers commented 2 years ago

Do you mean that the indicator color appears as brown, despite explicitly configuring it to be @color/yellow_active?

SakurajimaMaii commented 2 years ago

Do you mean that the indicator color appears as brown, despite explicitly configuring it to be @color/yellow_active?

There you go😄