Skip to content

Commit

Permalink
refactor: item 수직 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
Namyunsuk committed Aug 1, 2024
1 parent 37283f0 commit 8eae67b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/item_offering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:foregroundGravity="center_vertical"
android:onClick="@{() -> onArticleClickListener.onClick(offering.id)}"
android:paddingTop="15dp"
android:paddingBottom="15dp">
Expand All @@ -27,8 +28,8 @@
android:id="@+id/iv_product"
android:layout_width="120dp"
android:layout_height="0dp"
android:layout_marginVertical="10dp"
android:layout_marginStart="4dp"
android:layout_marginBottom="10dp"
android:background="@drawable/bg_radius_10dp"
android:clipToOutline="true"
android:scaleType="centerCrop"
Expand Down

0 comments on commit 8eae67b

Please sign in to comment.