콘텐츠 전체보기

- 카테고리 추가
This commit is contained in:
2024-02-07 07:28:14 +09:00
parent eafb922ae9
commit 51b57a0b1d
10 changed files with 262 additions and 6 deletions

View File

@@ -9,6 +9,15 @@
android:id="@+id/toolbar"
layout="@layout/detail_toolbar" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_category"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:clipToPadding="false"
android:padding="13.3dp"
android:visibility="gone" />
<TextView
android:id="@+id/tv_new_content"
android:layout_width="match_parent"