ParkSangGwon / TedPicker

Multiple image select library for Android. Take a picture or Select from gallary
279 stars 78 forks source link

Can not set color for tab and tab indicator #26

Open langhoangal opened 8 years ago

langhoangal commented 8 years ago

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?

chusobadenas commented 8 years ago

Same problem to me!