Skip to content

Commit

Permalink
#49 ui : 상세 아이템 날짜 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
wateralsie committed Jul 20, 2023
1 parent 3184d38 commit 0104ca4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/res/layout/item_course_detail_thumbnail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@
app:layout_constraintTop_toBottomOf="@id/cv_course_weekly_thumbnail"
tools:text="신체 변화 · 건강 · 아무튼 태그" />

<TextView
android:id="@+id/tv_course_weekly_thumbnail_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.LionHeart.Body4"
android:text="2023.07.14"
android:textColor="@color/gray_600"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_course_weekly_thumbnail_tag"
tools:text="2023.06.21" />

<TextView
android:id="@+id/tv_course_weekly_thumbnail_title"
style="@style/TextAppearance.LionHeart.Head3"
Expand Down

0 comments on commit 0104ca4

Please sign in to comment.