feat(home): 보온 주간 차트 콘텐츠 정렬 기준 추가

- 매출, 판매량, 댓글 수, 좋아요 수
This commit is contained in:
2025-11-11 23:12:37 +09:00
parent 62125f0873
commit a2262eff3f
7 changed files with 173 additions and 8 deletions

View File

@@ -313,8 +313,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="48dp"
android:orientation="vertical"
android:visibility="gone">
android:orientation="vertical">
<TextView
android:id="@+id/tv_weekly_chart"
@@ -326,6 +325,16 @@
android:textColor="@color/white"
android:textSize="24sp" />
<!-- 정렬 선택 -->
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_weekly_chart_sort"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:clipToPadding="false"
android:nestedScrollingEnabled="false"
android:paddingHorizontal="24dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_weekly_chart"
android:layout_width="match_parent"