Skip to content

Commit

Permalink
[CHORE] #9-layout Detail fix & defalut img delete
Browse files Browse the repository at this point in the history
  • Loading branch information
librarywon committed May 26, 2023
1 parent f67e16f commit 16f7815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_review.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<ImageView
android:id="@+id/img_reivew_profile"
android:layout_marginTop="5dp"
android:layout_width="35dp"
android:layout_height="35dp"
android:src="@drawable/img_profile"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/img_profile" />
Expand All @@ -27,7 +27,7 @@
android:textFontWeight="600"
android:textSize="14sp"
app:layout_constraintStart_toEndOf="@id/img_reivew_profile"
app:layout_constraintTop_toTopOf="@id/img_reivew_profile"
app:layout_constraintTop_toTopOf="parent"
tools:text="@string/review_dummyName" />

<TextView
Expand Down

0 comments on commit 16f7815

Please sign in to comment.