cyrax1800 / ishoupbud

An shopping app helping home customer
MIT License
1 stars 0 forks source link

Custom rating bar color. #5

Closed cyrax1800 closed 7 years ago

cyrax1800 commented 7 years ago

Use Custom drawable http://android-holo-colors.com/

Use api programmatically for pre lollipop http://stackoverflow.com/a/39640529

cyrax1800 commented 7 years ago

Issues

cyrax1800 commented 7 years ago

add to style

<style name="RatingBar" parent="Theme.AppCompat">
    <item name="colorControlNormal">@color/black</item>
    <item name="colorControlActivated">@color/star</item>
</style>