Skip to content

Commit

Permalink
feat: 축제 목록 아티스트 배경색을 없앤다
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Mar 6, 2024
1 parent bb10576 commit 4fca525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="66dp"
android:layout_height="66dp"
android:background="@color/background_gray_02">
android:layout_height="66dp">

<androidx.cardview.widget.CardView
android:id="@+id/cvFestivalImage"
Expand Down Expand Up @@ -52,4 +51,4 @@
tools:text="윤하" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
</layout>
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="66dp"
android:layout_height="66dp"
android:background="@color/background_gray_02">
android:layout_height="66dp">

<androidx.cardview.widget.CardView
android:id="@+id/cvFestivalImage"
Expand Down

0 comments on commit 4fca525

Please sign in to comment.