I need to separate the stars in a RatingBar
, it's possible? Or have I to create my own RatingBar
?
<RatingBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="7"
android:id="@+id/estrellas2"
android:scaleX="1.2"
android:scaleY="1.2"
android:layout_below="@+id/textView2"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginLeft="30dp"/>