인기 콘텐츠 전체 보기 - 정렬 추가

This commit is contained in:
2023-11-02 21:05:39 +09:00
parent 63483a2099
commit 81bdd52edd
6 changed files with 114 additions and 5 deletions

View File

@@ -36,11 +36,19 @@
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"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:clipToPadding="false"
android:paddingHorizontal="6.7dp"
android:paddingVertical="13.3dp" />
android:paddingHorizontal="6.7dp" />
</LinearLayout>