FlyingPumba / SimpleRatingBar

Open source project which features a simple yet powerful RatingBar alternative to Android's default
Apache License 2.0
1.03k stars 142 forks source link

Allowback is enabled #32

Closed NaveedALi closed 6 years ago

NaveedALi commented 6 years ago

library should no allow backup, I am disabling my app to allow back up, but this library is restricting it. kindly update and let me know

rasik1010 commented 6 years ago

try bellow , add in manifest tag xmlns:tools="http://schemas.android.com/tools" add tools:node="replace" in Application tag

FlyingPumba commented 6 years ago

Hi, sorry for the late response. I don't know what you mean by "back up", but this is just a library that provides a custom view, nothing more.