feat(chat-character): 캐릭터 상세
- 원작의 UI 레벨을 세계관 하위로 이동
This commit is contained in:
@@ -183,6 +183,52 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<!-- 원작 섹션 -->
|
||||||
|
<LinearLayout
|
||||||
|
android:id="@+id/ll_original_section"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginHorizontal="36dp"
|
||||||
|
android:layout_marginBottom="16dp"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
<!-- 섹션 제목 -->
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tv_original_title"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:fontFamily="@font/pretendard_bold"
|
||||||
|
android:text="[원작]"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
android:textSize="16sp" />
|
||||||
|
|
||||||
|
<!-- 원작 내용 -->
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tv_original_content"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:fontFamily="@font/pretendard_regular"
|
||||||
|
android:maxLines="3"
|
||||||
|
android:textColor="@color/color_b0bec5"
|
||||||
|
android:textSize="16sp"
|
||||||
|
tools:text="네이버 시리즈 독 안에 든 선생님" />
|
||||||
|
|
||||||
|
<!-- 원작 보러가기 버튼 -->
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tv_original_link"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="54dp"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
|
android:background="@drawable/bg_round_corner_16_stroke_3bb9f1"
|
||||||
|
android:fontFamily="@font/pretendard_bold"
|
||||||
|
android:gravity="center"
|
||||||
|
android:text="원작 보러가기"
|
||||||
|
android:textColor="@color/color_3bb9f1"
|
||||||
|
android:textSize="16sp" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<!-- 성격 섹션 (세계관과 동일 UI) -->
|
<!-- 성격 섹션 (세계관과 동일 UI) -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_personality_section"
|
android:id="@+id/ll_personality_section"
|
||||||
@@ -242,50 +288,6 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<!-- 원작 섹션 -->
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/ll_original_section"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginHorizontal="24dp"
|
|
||||||
android:layout_marginBottom="16dp"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<!-- 섹션 제목 -->
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tv_original_title"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:fontFamily="@font/pretendard_bold"
|
|
||||||
android:text="[원작]"
|
|
||||||
android:textColor="@color/white"
|
|
||||||
android:textSize="16sp" />
|
|
||||||
|
|
||||||
<!-- 원작 내용 -->
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tv_original_content"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:fontFamily="@font/pretendard_regular"
|
|
||||||
android:textColor="@color/color_b0bec5"
|
|
||||||
android:textSize="16sp"
|
|
||||||
tools:text="네이버 시리즈 독 안에 든 선생님" />
|
|
||||||
|
|
||||||
<!-- 원작 보러가기 버튼 -->
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tv_original_link"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="54dp"
|
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:background="@drawable/bg_round_corner_16_stroke_3bb9f1"
|
|
||||||
android:fontFamily="@font/pretendard_bold"
|
|
||||||
android:gravity="center"
|
|
||||||
android:text="원작 보러가기"
|
|
||||||
android:textColor="@color/color_3bb9f1"
|
|
||||||
android:textSize="16sp" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<!-- 캐릭터톡 대화 가이드 섹션 -->
|
<!-- 캐릭터톡 대화 가이드 섹션 -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_chat_guide_section"
|
android:id="@+id/ll_chat_guide_section"
|
||||||
@@ -316,7 +318,7 @@
|
|||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:fontFamily="@font/pretendard_regular"
|
android:fontFamily="@font/pretendard_regular"
|
||||||
android:lineSpacingExtra="4dp"
|
android:lineSpacingExtra="4dp"
|
||||||
android:text="보이스온 AI캐릭터톡은 대화의 자유도가 높아 대화에 참여하는 당신은 누구든 될 수 있습니다.\n\n세계관 속 캐릭터로 대화를 하거나 새로운 인물로\n캐릭터와 당신만의 스토리를 만들어보세요."
|
android:text="보이스온 AI캐릭터톡은 대화의 자유도가 높아 대화에 참여하는 당신은 누구든 될 수 있습니다.\n세계관 속 캐릭터로 대화를 하거나 새로운 인물로 캐릭터와 당신만의 스토리를 만들어보세요."
|
||||||
android:textColor="@color/color_7c7c80"
|
android:textColor="@color/color_7c7c80"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user