ParkSangGwon / TedPicker

Multiple image select library for Android. Take a picture or Select from gallary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not set color for tab and tab indicator

langhoangal opened this issue · 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!