feat: 메인 라이브

- 새로운 UI의 기본 골격 적용
This commit is contained in:
2025-07-16 22:07:07 +09:00
parent 386f9aae32
commit 0c7c7946c6
11 changed files with 219 additions and 391 deletions

View File

@@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
android:fontFamily="@font/gmarket_sans_bold"
android:fontFamily="@font/pretendard_bold"
android:paddingHorizontal="5.7dp"
android:paddingVertical="2.7dp"
android:text="LIVE"
@@ -42,12 +42,12 @@
android:id="@+id/tv_recommend_channel_nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="11.3dp"
android:layout_marginTop="12dp"
android:ellipsize="end"
android:fontFamily="@font/gmarket_sans_medium"
android:fontFamily="@font/pretendard_regular"
android:lines="1"
android:textColor="@color/color_bbbbbb"
android:textSize="11.3sp"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="검은사신" />
</LinearLayout>