forked from organicmaps/organicmaps
[android] Changed rating bar step size from 0.1 to 1
This commit is contained in:
parent
3163a14e13
commit
76f9429342
2 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:numStars="5"
|
||||
android:stepSize="0.1"/>
|
||||
android:stepSize="1"/>
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue