Files
sodalive-android/app/src/main/res/layout/fragment_series_detail_introduction.xml
T
klaus 6cb89ef09f 폰트 이름 변경
pretendard_bold -> bold
pretendard_regular -> regular
pretendard_medium -> medium
pretendard_light -> light
2026-01-22 22:55:14 +09:00

270 lines
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="16dp"
android:fontFamily="@font/bold"
android:text="@string/screen_series_detail_section_keywords"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
<com.google.android.material.chip.ChipGroup
android:id="@+id/chip_group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp" />
<View
android:layout_width="match_parent"
android:layout_height="6.7dp"
android:layout_marginTop="16dp"
android:background="@color/color_222222" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="16dp"
android:fontFamily="@font/bold"
android:text="@string/screen_series_detail_section_introduction"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
<TextView
android:id="@+id/tv_introduce"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="16dp"
android:lineSpacingExtra="4dp"
android:fontFamily="@font/medium"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<View
android:layout_width="match_parent"
android:layout_height="6.7dp"
android:layout_marginTop="16dp"
android:background="@color/color_222222" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="16dp"
android:fontFamily="@font/bold"
android:text="@string/screen_series_detail_section_info"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="18.7dp"
android:orientation="horizontal">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_label_genre"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_label_age"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<TextView
android:id="@+id/tv_writer_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_label_writer"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<TextView
android:id="@+id/tv_studio_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_label_studio"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_label_published_days"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_label_published_date"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:orientation="vertical">
<TextView
android:id="@+id/tv_genre"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/medium"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="드라마" />
<TextView
android:id="@+id/tv_is_adult"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="19세 이상" />
<TextView
android:id="@+id/tv_writer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="빙봉" />
<TextView
android:id="@+id/tv_studio"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="스튜디오드래곤" />
<TextView
android:id="@+id/tv_published_days_of_week"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="매주 일, 화, 수요일" />
<TextView
android:id="@+id/tv_published_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:textColor="@color/white"
android:textSize="14.7sp"
tools:text="2024.04.11" />
</LinearLayout>
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="18.7dp"
android:fontFamily="@font/bold"
android:text="@string/screen_series_detail_section_price"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginVertical="18.7dp"
android:orientation="horizontal">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_price_rental_label"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:text="@string/screen_series_detail_price_keep_label"
android:textColor="@color/color_777777"
android:textSize="14.7sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:orientation="vertical">
<TextView
android:id="@+id/tv_rental_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/medium"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp"
tools:text="무료 ~ 300캔 (5일)" />
<TextView
android:id="@+id/tv_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/medium"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp"
tools:text="무료 ~ 500캔" />
</LinearLayout>
</LinearLayout>
</LinearLayout>