From 76f9429342e3c038b28f5921c33be77556c19c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Tue, 17 Oct 2017 12:10:51 +0300 Subject: [PATCH] [android] Changed rating bar step size from 0.1 to 1 --- android/res/layout/item_ugc_rating.xml | 2 +- android/res/layout/item_ugc_rating_record.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/res/layout/item_ugc_rating.xml b/android/res/layout/item_ugc_rating.xml index 1a59a5c2f2..e98d1eb09a 100644 --- a/android/res/layout/item_ugc_rating.xml +++ b/android/res/layout/item_ugc_rating.xml @@ -24,5 +24,5 @@ android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:numStars="5" - android:stepSize="0.1"/> + android:stepSize="1"/> diff --git a/android/res/layout/item_ugc_rating_record.xml b/android/res/layout/item_ugc_rating_record.xml index f697e30007..8ecca159bf 100644 --- a/android/res/layout/item_ugc_rating_record.xml +++ b/android/res/layout/item_ugc_rating_record.xml @@ -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"/>