[android] Changed rating bar step size from 0.1 to 1

This commit is contained in:
Александр Зацепин 2017-10-17 12:10:51 +03:00 committed by Roman Kuznetsov
parent 3163a14e13
commit 76f9429342
2 changed files with 2 additions and 2 deletions

View file

@ -24,5 +24,5 @@
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:numStars="5"
android:stepSize="0.1"/>
android:stepSize="1"/>
</RelativeLayout>

View file

@ -16,7 +16,7 @@
style="@style/MwmWidget.RatingBarSmall.Ugc"
android:layout_marginTop="@dimen/margin_quarter"
android:numStars="5"
android:stepSize="0.1"
android:stepSize="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>