BottomBar icon indicating copy to clipboard operation
BottomBar copied to clipboard

Icons are always gray no matter what color i give them

Open zulkarnainshah opened this issue 7 years ago • 1 comments

I use SVG files for the icon drawables. I have them all in white, but in the tab bar they always appear gray and on click change to blue

zulkarnainshah avatar Jun 10 '17 15:06 zulkarnainshah

change color on tabs with "inActiveColor" and "activeColor", but don't use white color (#FFFFFF) cuz it does not work, and if you use this options, don't use these on <com.roughike.bottombar.Bottombar> tag:

bb_inActiveTabAlpha bb_activeTabAlpha bb_inActiveTabColor bb_activeTabColor

mrkleiman avatar Aug 08 '17 16:08 mrkleiman