tankery / CircularSeekBar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) for Android
Apache License 2.0
376 stars 60 forks source link

Problem when set app:cs_max and app:cs_progress #21

Closed dDHuy4298 closed 4 years ago

dDHuy4298 commented 4 years ago

I am using your library to make a music player app. And i got trouble when use app:cs_max and app:cs_progress while using data binding Cannot find a setter for \u003cme.tankery.lib.circularseekbar.CircularSeekBar app:cs_max\u003e that accepts parameter type \u0027java.lang.Integer\u0027\n\nIf a binding adapter provides the setter, check that the adapter is annotated correctly and that the parameter type matches. How can I solve this problem? Thanks!

tankery commented 4 years ago

Sorry I'm not familiar with data banding currently, can't help on this. Maybe you could try read the source code or ask on StackOverflow?