Skip to content

Commit

Permalink
Merge pull request #159 from Team-Sopetit/feature/#158-hotfix-happyro…
Browse files Browse the repository at this point in the history
…utine-card-visibility

#158 [hotfix] 행복 루틴 카드 뒷면 visibility 수정
  • Loading branch information
stellar-halo authored Feb 4, 2024
2 parents 62738bc + b6aa4f3 commit f99a962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_happy_add_detail_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:layout_height="0dp"
android:background="@drawable/shape_white_fill_gray100_stroke_20_rect"
android:src="@color/background"
android:visibility="invisible"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="0.7"
app:layout_constraintEnd_toEndOf="parent"
Expand Down Expand Up @@ -69,7 +69,7 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@drawable/shape_white_fill_gray100_stroke_20_rect"
android:visibility="visible"
android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="@id/cl_happy_routine_add_card"
app:layout_constraintEnd_toEndOf="@id/cl_happy_routine_add_card"
app:layout_constraintStart_toStartOf="@id/cl_happy_routine_add_card"
Expand Down

0 comments on commit f99a962

Please sign in to comment.