FluidBottomNavigation-android icon indicating copy to clipboard operation
FluidBottomNavigation-android copied to clipboard

back color is not working

Open mallipurna03 opened this issue 3 years ago • 1 comments

I am trying to change back color from white to some other color, its not working. Please check and let me know..

mallipurna03 avatar Oct 30 '20 06:10 mallipurna03

@mallipurna03

There is one method name drawItemView in FluidBottomNavigation class. Just add below code.

with(backgroundContainer){
                setBackgroundColor(backColor)
            }

alizestbrains avatar Aug 04 '21 05:08 alizestbrains