fix(content): 전체 탭 sort-bar 표시를 정리한다

This commit is contained in:
2026-07-10 07:35:46 +09:00
parent bbf94b8a0d
commit bf5cc1d7bb
3 changed files with 17 additions and 30 deletions
@@ -69,24 +69,10 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/layout_content_all_day_filter">
<TextView
android:id="@+id/tv_content_all_total_label"
style="@style/Typography.Body2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:includeFontPadding="false"
android:text="@string/screen_content_tab_all"
android:textColor="@color/white" />
<TextView
android:id="@+id/tv_content_all_total_count"
style="@style/Typography.Body2"
<Space
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacing_4"
android:layout_weight="1"
android:includeFontPadding="false"
android:textColor="@color/gray_500" />
android:layout_weight="1" />
<LinearLayout
android:id="@+id/layout_content_all_sort_button"