From b728f1f87e540fd606b0056c61646e3cc28d4d2d Mon Sep 17 00:00:00 2001 From: pmj1459 <76741702+minju1459@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:13:56 +0900 Subject: [PATCH] =?UTF-8?q?[fix/#139]=20=EB=A6=AC=EB=B7=B0=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EB=B0=8F=20=20=EC=A2=8C=EC=84=9D=20=EC=84=A0=ED=83=9D=20UI=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../compileKotlin/cacheable/last-build.bin | Bin 18 -> 18 bytes .../local-state/build-history.bin | Bin 507 -> 31 bytes buildSrc/build/libs/buildSrc.jar | Bin 13958 -> 13958 bytes .../res/drawable/ic_select_type_image.xml | 92 ++++++++++++++++++ .../fragment_select_review_type_dialog.xml | 2 +- .../fragment_select_seat_bottom_sheet.xml | 8 +- 6 files changed, 98 insertions(+), 4 deletions(-) create mode 100644 presentation/src/main/res/drawable/ic_select_type_image.xml diff --git a/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin b/buildSrc/build/kotlin/compileKotlin/cacheable/last-build.bin index 873d852a6d86047b237bafe9de8ef5edf8b8b8ef..18f27da9c5c7d3320610b0600702133d78e47cf0 100644 GIT binary patch literal 18 YcmZ4UmVvdLhk=1{;^ZC6EE#|R05=o_-T(jq literal 18 YcmZ4UmVvdLhk=1{V!!5}2Mj;}060Lm%$NJ04VpL2LJ#7 diff --git a/buildSrc/build/libs/buildSrc.jar b/buildSrc/build/libs/buildSrc.jar index df2eba6cbe02f0589fbbd881d33e567e2523ac69..31dd6072620a293121653a74785b9da6facc4a70 100644 GIT binary patch delta 282 zcmZq6ZOi2i@MdNaVPN3kU}#z)J(0JV8Axqxe#8u-H)pUsVgoaLxx<;jjODy(5Qcz& z3xp9abQ8ib7G2B=QZxCcR3ccdt@Lk*jJ4ba2!l`YDhpWZnd%IPNTbFa2tz@88icV^ z*Bq>7@@K;`uyHv?R$zLiktLXZYUB#0b&b8jbhWV~nBH#;5ob4X2lE3>yukE46DKhJ Z*u)u3YnnpT6`DfyZH3Z5p|q`;Cjf>PVUz#> delta 282 zcmZq6ZOi2i@MdNaVPN3kU@+Y$HIcWNd5e(L#^y)NAbN8K%Of^sp!jBA?rxdc zgdrf{0%3#;-GnfVMHjPz)J(o9l?YaAEBzZHV=Z?9!r)W9$^w>praA*6(x@>9!cfqj z24U>fH3zGi{MoP! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml b/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml index bffd57f8..92ccc86a 100644 --- a/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml +++ b/presentation/src/main/res/layout/fragment_select_review_type_dialog.xml @@ -47,7 +47,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="24dp" - android:src="@drawable/ic_upload_sight_button" + android:src="@drawable/ic_select_type_image" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> diff --git a/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml b/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml index 5f1e4a9c..12010085 100644 --- a/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml +++ b/presentation/src/main/res/layout/fragment_select_seat_bottom_sheet.xml @@ -46,6 +46,7 @@ android:layout_height="wrap_content" android:gravity="center" android:text="구역선택" + android:layout_marginHorizontal="4dp" android:textAppearance="@style/TextAppearance.Spot.Label05" android:textColor="@color/color_foreground_heading" app:layout_constraintStart_toStartOf="parent" /> @@ -54,7 +55,7 @@ android:id="@+id/tvSelectSeatLine" android:layout_width="match_parent" android:layout_height="2dp" - android:layout_marginTop="6dp" + android:layout_marginTop="11.5dp" android:background="@drawable/rect_gray900_fill" android:gravity="center" /> @@ -63,7 +64,7 @@ android:id="@+id/llTabSelectSeat" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="24dp" + android:layout_marginStart="20dp" android:orientation="vertical">