|
@@ -49,16 +49,16 @@
|
|
|
<com.cooleshow.base.widgets.RatingBar
|
|
|
android:id="@+id/rating_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_28"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:starCount="5"
|
|
|
- app:starEmpty="@drawable/icon_star_default"
|
|
|
- app:starFill="@drawable/icon_star_select"
|
|
|
- app:starImageSize="@dimen/dp_28"
|
|
|
- app:starPadding="@dimen/dp_7"
|
|
|
+ app:starEmpty="@drawable/icon_star_default_84_84"
|
|
|
+ app:starFill="@drawable/icon_star_select_84_84"
|
|
|
+ app:starImageSize="@dimen/dp_42"
|
|
|
+ app:starPadding="@dimen/dp_0"
|
|
|
app:starStep="5"
|
|
|
app:stepSize="Full" />
|
|
|
|
|
@@ -66,7 +66,7 @@
|
|
|
android:id="@+id/tv_title_hint"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_17"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
android:text="如果满意请给五星好评喔~"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_12"
|