I want to show a rating bar via an alert dialog in my android app. The problem I am facing is that depending upon the width of the screen, the ratingbar shows more than 5 stars(
set the android:numStars="5" and android:layout_width="wrap_content"
android:numStars="5"
android:layout_width="wrap_content"