Commit cd1ca47a authored by Willard's avatar Willard

Set rating bar to 5 stars with 0.5 steps

parent 4fbdc581
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
android:layout_below="@+id/rv_title" android:layout_below="@+id/rv_title"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" android:layout_alignParentStart="true"
android:numStars="10" android:numStars="5"
android:stepSize="1" /> android:stepSize=".5" />
<EditText <EditText
android:layout_width="match_parent" android:layout_width="match_parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment