ParkSangGwon/TedPicker

Can not set color for tab and tab indicator

langhoangal opened this issue · 1 comments

I'm trying to change tab and tabindicator color as mentioned by two functions below:

setTabBackgroundColor(R.color.xxx) (default: #fff)
setTabSelectionIndicatorColor(R.color.xxx) (default: R.attr.colorPrimary)

But it doesn't work. It show a wrong color that not the color given. How to solve?

Same problem to me!