Hello all i need to perform Ratings in my application... SO i need to create custom Ratings bar... Can Anyone Help me in this?
I investigated the original source,
and here is my result.
styles.xml (res/values)
ratingbar_full.xml (res/drawable)
btn_rating_star_off_normal.png (res/drawable-xxhdpi)
btn_rating_star_on_normal.png (res/drawable-xxhdpi)
activity_ratingbar.xml (res/layout)
This is the result.
layout_height
property, because if it is wrap_content
it will draw lines below stars. (in my case only in a preview of Android Studio)