Angtrim/Android-Five-Stars-Library

Appcompat

Opened this issue · 2 comments

Can you please use:

android.support.v7.widget.AppCompatRatingBar

instead of RatingBar, for better compatibillity.
Lowest SDK possible is now 15...

It's crashing for me due to the exact same reason -

Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

I have the same problem as tushar-acharya. How can this be solved?