Skip to content

Commit

Permalink
#86 fix : 바텀 시트 버튼 잘림 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BENDENG1 committed Dec 13, 2023
1 parent 0137d82 commit 3023dc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Aos/app/src/main/res/layout/bottom_sheet_restaurant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,14 @@
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginEnd="20dp"
android:layout_marginBottom="2dp"
android:background="@drawable/rect_primary3fill_nostroke_radius10"
android:minHeight="0dp"
android:paddingHorizontal="8dp"
android:paddingVertical="4dp"
android:text="@string/bottom_add_btn"
android:visibility="@{item.inMyList ? View.INVISIBLE : View.VISIBLE}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/btn_go_review"
app:layout_constraintTop_toBottomOf="@id/tv_review_count_label" />

Expand All @@ -153,12 +155,13 @@
style="@style/TextSmallBold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="28dp"
android:layout_marginBottom="2dp"
android:background="@drawable/rect_primary3fill_nostroke_radius10"
android:minHeight="0dp"
android:paddingHorizontal="8dp"
android:paddingVertical="4dp"
android:text="@string/bottom_review_btn"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/btn_add_my_restaurant" />

Expand Down

0 comments on commit 3023dc6

Please sign in to comment.