SegmentedButton icon indicating copy to clipboard operation
SegmentedButton copied to clipboard

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

Open burkaslarry opened this issue 8 years ago • 3 comments

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

burkaslarry avatar Dec 15 '17 08:12 burkaslarry

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

rostyslav-y avatar Jan 11 '18 16:01 rostyslav-y

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

PJHaynes304 avatar Mar 15 '18 10:03 PJHaynes304

@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.

rital-naik-adrosonic avatar Dec 02 '19 10:12 rital-naik-adrosonic