ceryle / SegmentedButton

Segmented Control with animation for Android API 12+
Apache License 2.0
363 stars 97 forks source link

Error:(13) error: attribute sbg_selectorTextColor' not found. #29

Open burkaslarry opened 6 years ago

burkaslarry commented 6 years ago

I am using targetSDKVersion 26 and run as follows.. What should I do ?

rostyslav-y commented 6 years ago

@burkaslarry seems it has been renamed. "app:sb_textColor_onSelection="@color/white"" works for me.

PJHaynes304 commented 6 years ago

@rostyslav-y Thanks for this! Works for me too.

rital-naik-adrosonic commented 4 years ago

@rostyslav-y I am migrating my code to androidX API 28. where i face same issue(with Android 10 devices)

I have changed sbg_selectorTextColor to sb_textColor_onSelection.

but it doesn't work. It changes the UI design.