Skip to content

Commit f99a962

Browse files
authored
Merge pull request #159 from Team-Sopetit/feature/#158-hotfix-happyroutine-card-visibility
#158 [hotfix] 행복 루틴 카드 뒷면 visibility 수정
2 parents 62738bc + b6aa4f3 commit f99a962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/item_happy_add_detail_card.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:layout_height="0dp"
1919
android:background="@drawable/shape_white_fill_gray100_stroke_20_rect"
2020
android:src="@color/background"
21-
android:visibility="invisible"
21+
android:visibility="visible"
2222
app:layout_constraintBottom_toBottomOf="parent"
2323
app:layout_constraintDimensionRatio="0.7"
2424
app:layout_constraintEnd_toEndOf="parent"
@@ -69,7 +69,7 @@
6969
android:layout_width="0dp"
7070
android:layout_height="0dp"
7171
android:background="@drawable/shape_white_fill_gray100_stroke_20_rect"
72-
android:visibility="visible"
72+
android:visibility="invisible"
7373
app:layout_constraintBottom_toBottomOf="@id/cl_happy_routine_add_card"
7474
app:layout_constraintEnd_toEndOf="@id/cl_happy_routine_add_card"
7575
app:layout_constraintStart_toStartOf="@id/cl_happy_routine_add_card"

0 commit comments

Comments
 (0)