Skip to content

Commit

Permalink
add: ic good, bad
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Aug 21, 2024
1 parent afc2f16 commit f115b5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file added app/src/main/res/drawable/ic_bad_28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/ic_good_28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions app/src/main/res/layout/activity_review.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools">

<data>

<variable
name="viewModel"
type="com.eatssu.android.ui.review.list.ReviewViewModel" />
Expand All @@ -13,7 +12,6 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
tools:context=".ui.review.list.ReviewActivity">

<ScrollView
Expand All @@ -29,6 +27,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:orientation="vertical">

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down Expand Up @@ -60,6 +59,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginTop="13dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_menu">
Expand All @@ -84,10 +84,10 @@
android:isIndicator="true"
android:max="1"
android:numStars="1"
android:progressBackgroundTint="@color/primary"
android:progressTint="@color/primary"
android:progressBackgroundTint="@color/star"
android:progressTint="@color/star"
android:rating="2"
android:secondaryProgressTint="@color/primary"
android:secondaryProgressTint="@color/star"
android:stepSize="1" />

<TextView
Expand Down Expand Up @@ -124,6 +124,7 @@
android:isIndicator="true"
android:max="1"
android:numStars="1"

android:rating="2"
android:stepSize="1" />

Expand Down

0 comments on commit f115b5f

Please sign in to comment.