feat: 메인 라이브, 메인 홈
- 섹션 제목 크기 26 -> 24 - 오디션 배너 변경 - 추천 채널 아이템 bg 톤다운
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
android:background="@drawable/live_button_background"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingHorizontal="14dp"
|
||||
android:paddingVertical="10dp">
|
||||
android:paddingVertical="10dp"
|
||||
android:paddingStart="14dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<!-- 프로필 이미지 컨테이너 -->
|
||||
<FrameLayout
|
||||
@@ -55,12 +56,11 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/pretendard_regular"
|
||||
android:maxLines="2"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="16sp"
|
||||
android:maxLines="1"
|
||||
android:textColor="#B0BEC5"
|
||||
android:textSize="14sp"
|
||||
tools:text="네대로 마자로" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user