콘텐츠 메인 - 인기 콘텐츠 정렬 추가

This commit is contained in:
2023-11-02 17:39:50 +09:00
parent b68b4eb8da
commit 63483a2099
7 changed files with 106 additions and 1 deletions

View File

@@ -216,6 +216,14 @@
android:textSize="13.3sp" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_content_ranking_sort"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:clipToPadding="false"
android:paddingHorizontal="13.3dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_content_ranking"
android:layout_width="match_parent"