fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/gmarket_sans_bold"
|
|
||||||
app:font="@font/gmarket_sans_bold" />
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/gmarket_sans_light"
|
|
||||||
app:font="@font/gmarket_sans_light" />
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/gmarket_sans_medium"
|
|
||||||
app:font="@font/gmarket_sans_medium" />
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/pretendard_bold"
|
|
||||||
app:font="@font/pretendard_bold" />
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/pretendard_light"
|
|
||||||
app:font="@font/pretendard_light" />
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/pretendard_medium"
|
|
||||||
app:font="@font/pretendard_medium" />
|
|
||||||
|
|
||||||
<font
|
|
||||||
android:font="@font/pretendard_regular"
|
|
||||||
app:font="@font/pretendard_regular" />
|
|
||||||
|
|
||||||
</font-family>
|
|
||||||
@@ -128,6 +128,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/bg_round_corner_7_transparent_555555"
|
android:background="@drawable/bg_round_corner_7_transparent_555555"
|
||||||
|
android:fontFamily="@font/pretendard_medium"
|
||||||
android:hint="@string/alarm_add_name_hint"
|
android:hint="@string/alarm_add_name_hint"
|
||||||
android:importantForAutofill="no"
|
android:importantForAutofill="no"
|
||||||
android:inputType="text"
|
android:inputType="text"
|
||||||
|
|||||||
@@ -69,6 +69,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/screen_audio_content_empty"
|
android:text="@string/screen_audio_content_empty"
|
||||||
android:textColor="@color/color_d2d2d2"
|
android:textColor="@color/color_d2d2d2"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -157,7 +157,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/screen_audio_content_detail_preview_available"
|
android:text="@string/screen_audio_content_detail_preview_available"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="16.7sp" />
|
android:textSize="16.7sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
@@ -196,7 +197,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/screen_audio_content_detail_preview_unavailable"
|
android:text="@string/screen_audio_content_detail_preview_unavailable"
|
||||||
android:textColor="#444446"
|
android:textColor="#444446"
|
||||||
android:textSize="16.7sp" />
|
android:textSize="16.7sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<SeekBar
|
<SeekBar
|
||||||
@@ -414,7 +416,8 @@
|
|||||||
android:paddingVertical="3.3dp"
|
android:paddingVertical="3.3dp"
|
||||||
android:text="@string/audio_content_badge_scheduled"
|
android:text="@string/audio_content_badge_scheduled"
|
||||||
android:textColor="@color/color_3bb9f1"
|
android:textColor="@color/color_3bb9f1"
|
||||||
android:visibility="gone" />
|
android:visibility="gone"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_theme"
|
android:id="@+id/tv_theme"
|
||||||
@@ -424,7 +427,8 @@
|
|||||||
android:paddingHorizontal="5.3dp"
|
android:paddingHorizontal="5.3dp"
|
||||||
android:paddingVertical="3.3dp"
|
android:paddingVertical="3.3dp"
|
||||||
android:textColor="@color/color_3bac6a"
|
android:textColor="@color/color_3bac6a"
|
||||||
tools:text="커버곡" />
|
tools:text="커버곡"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_19"
|
android:id="@+id/tv_19"
|
||||||
@@ -436,7 +440,8 @@
|
|||||||
android:paddingVertical="3.3dp"
|
android:paddingVertical="3.3dp"
|
||||||
android:text="@string/audio_content_detail_age_badge_19"
|
android:text="@string/audio_content_detail_age_badge_19"
|
||||||
android:textColor="@color/color_e33621"
|
android:textColor="@color/color_e33621"
|
||||||
android:visibility="gone" />
|
android:visibility="gone"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -449,7 +454,8 @@
|
|||||||
android:paddingVertical="3.3dp"
|
android:paddingVertical="3.3dp"
|
||||||
android:text="@string/audio_content_badge_owned"
|
android:text="@string/audio_content_badge_owned"
|
||||||
android:textColor="@color/color_b1ef2c"
|
android:textColor="@color/color_b1ef2c"
|
||||||
android:visibility="gone" />
|
android:visibility="gone"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_remaining_time"
|
android:id="@+id/tv_remaining_time"
|
||||||
@@ -463,7 +469,8 @@
|
|||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:drawableStartCompat="@drawable/ic_time_l"
|
app:drawableStartCompat="@drawable/ic_time_l"
|
||||||
tools:text="120:30:30" />
|
tools:text="120:30:30"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_rental"
|
android:id="@+id/tv_rental"
|
||||||
@@ -475,7 +482,8 @@
|
|||||||
android:paddingVertical="3.3dp"
|
android:paddingVertical="3.3dp"
|
||||||
android:text="@string/audio_content_badge_rented"
|
android:text="@string/audio_content_badge_rented"
|
||||||
android:textColor="@color/color_9970ff"
|
android:textColor="@color/color_9970ff"
|
||||||
android:visibility="gone" />
|
android:visibility="gone"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -688,7 +696,8 @@
|
|||||||
android:textColor="@color/color_3bb9f1"
|
android:textColor="@color/color_3bb9f1"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:text="#커버곡 #라이브 #연애 #썸" />
|
tools:text="#커버곡 #라이브 #연애 #썸"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_detail"
|
android:id="@+id/tv_detail"
|
||||||
@@ -716,7 +725,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/screen_audio_content_detail_preview_message"
|
android:text="@string/screen_audio_content_detail_preview_message"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_close_preview_alert"
|
android:id="@+id/iv_close_preview_alert"
|
||||||
@@ -905,7 +915,8 @@
|
|||||||
android:textColorHint="@color/color_777777"
|
android:textColorHint="@color/color_777777"
|
||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_comment_send"
|
android:id="@+id/iv_comment_send"
|
||||||
@@ -930,7 +941,8 @@
|
|||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:text="너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!!" />
|
tools:text="너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!!"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -1076,7 +1088,8 @@
|
|||||||
android:layout_marginTop="21.3dp"
|
android:layout_marginTop="21.3dp"
|
||||||
android:text="@string/screen_audio_content_detail_adult_notice"
|
android:text="@string/screen_audio_content_detail_adult_notice"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="18.7sp" />
|
android:textSize="18.7sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_auth"
|
android:id="@+id/tv_auth"
|
||||||
@@ -1088,7 +1101,8 @@
|
|||||||
android:paddingVertical="8dp"
|
android:paddingVertical="8dp"
|
||||||
android:text="@string/auth_title"
|
android:text="@string/auth_title"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="18.7sp" />
|
android:textSize="18.7sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|||||||
@@ -77,7 +77,8 @@
|
|||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="13sp"
|
android:textSize="13sp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_nickname"
|
android:id="@+id/tv_nickname"
|
||||||
@@ -87,7 +88,8 @@
|
|||||||
android:textColor="@color/color_d2d2d2"
|
android:textColor="@color/color_d2d2d2"
|
||||||
android:textSize="11sp"
|
android:textSize="11sp"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@@ -145,7 +147,8 @@
|
|||||||
app:layout_constraintEnd_toStartOf="@+id/iv_player_play_or_pause"
|
app:layout_constraintEnd_toStartOf="@+id/iv_player_play_or_pause"
|
||||||
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
||||||
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_player_nickname"
|
android:id="@+id/tv_player_nickname"
|
||||||
@@ -158,7 +161,8 @@
|
|||||||
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_player_play_or_pause"
|
android:id="@+id/iv_player_play_or_pause"
|
||||||
|
|||||||
@@ -326,7 +326,8 @@
|
|||||||
app:layout_constraintEnd_toStartOf="@+id/iv_play_or_pause"
|
app:layout_constraintEnd_toStartOf="@+id/iv_play_or_pause"
|
||||||
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
||||||
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_player_nickname"
|
android:id="@+id/tv_player_nickname"
|
||||||
@@ -339,7 +340,8 @@
|
|||||||
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_play_or_pause"
|
android:id="@+id/iv_play_or_pause"
|
||||||
|
|||||||
@@ -187,7 +187,8 @@
|
|||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@id/iv_collapse"
|
app:layout_constraintEnd_toStartOf="@id/iv_collapse"
|
||||||
app:layout_constraintStart_toEndOf="@id/iv_notice_icon"
|
app:layout_constraintStart_toEndOf="@id/iv_notice_icon"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_collapse"
|
android:id="@+id/iv_collapse"
|
||||||
|
|||||||
@@ -100,7 +100,8 @@
|
|||||||
android:paddingVertical="10.7dp"
|
android:paddingVertical="10.7dp"
|
||||||
android:text="@string/find_password_contact_support"
|
android:text="@string/find_password_contact_support"
|
||||||
android:textColor="@color/color_3bb9f1"
|
android:textColor="@color/color_3bb9f1"
|
||||||
app:drawableStartCompat="@drawable/ic_headphones_blue" />
|
app:drawableStartCompat="@drawable/ic_headphones_blue"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -69,7 +69,8 @@
|
|||||||
app:layout_constraintEnd_toEndOf="@+id/fl_margin"
|
app:layout_constraintEnd_toEndOf="@+id/fl_margin"
|
||||||
app:layout_constraintStart_toStartOf="@+id/fl_margin"
|
app:layout_constraintStart_toStartOf="@+id/fl_margin"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/fl_margin"
|
app:layout_constraintTop_toBottomOf="@+id/fl_margin"
|
||||||
tools:text="@string/screen_live_room_notice_prefix" />
|
tools:text="@string/screen_live_room_notice_prefix"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_notice"
|
android:id="@+id/ll_notice"
|
||||||
@@ -702,7 +703,8 @@
|
|||||||
app:drawableStartCompat="@drawable/ic_bottom_white"
|
app:drawableStartCompat="@drawable/ic_bottom_white"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/rl_input_chat"
|
app:layout_constraintBottom_toTopOf="@+id/rl_input_chat"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/rl_input_chat"
|
android:id="@+id/rl_input_chat"
|
||||||
|
|||||||
@@ -39,7 +39,8 @@
|
|||||||
android:paddingVertical="8dp"
|
android:paddingVertical="8dp"
|
||||||
android:text="@string/screen_live_room_create_get_recent_info"
|
android:text="@string/screen_live_room_create_get_recent_info"
|
||||||
android:textColor="@color/color_3bb9f1"
|
android:textColor="@color/color_3bb9f1"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
|
|||||||
@@ -48,7 +48,8 @@
|
|||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="13sp"
|
android:textSize="13sp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_nickname"
|
android:id="@+id/tv_nickname"
|
||||||
@@ -58,7 +59,8 @@
|
|||||||
android:textColor="@color/color_d2d2d2"
|
android:textColor="@color/color_d2d2d2"
|
||||||
android:textSize="11sp"
|
android:textSize="11sp"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@@ -114,7 +116,8 @@
|
|||||||
app:layout_constraintEnd_toStartOf="@+id/iv_player_play_or_pause"
|
app:layout_constraintEnd_toStartOf="@+id/iv_player_play_or_pause"
|
||||||
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
||||||
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_player_nickname"
|
android:id="@+id/tv_player_nickname"
|
||||||
@@ -127,7 +130,8 @@
|
|||||||
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
tools:text="JFLA 커버곡 Avicii for your self"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_player_play_or_pause"
|
android:id="@+id/iv_player_play_or_pause"
|
||||||
|
|||||||
@@ -261,7 +261,8 @@
|
|||||||
android:text="@string/screen_roulette_config_option_total"
|
android:text="@string/screen_roulette_config_option_total"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="14.7sp"
|
android:textSize="14.7sp"
|
||||||
tools:ignore="RelativeOverlap" />
|
tools:ignore="RelativeOverlap"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_total_percentage"
|
android:id="@+id/tv_total_percentage"
|
||||||
|
|||||||
@@ -72,7 +72,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_send"
|
android:id="@+id/iv_send"
|
||||||
|
|||||||
@@ -55,7 +55,8 @@
|
|||||||
android:textColor="@color/color_3bac6a"
|
android:textColor="@color/color_3bac6a"
|
||||||
android:textSize="7sp"
|
android:textSize="7sp"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="커버곡" />
|
tools:text="커버곡"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_title"
|
android:id="@+id/tv_title"
|
||||||
|
|||||||
@@ -25,7 +25,8 @@
|
|||||||
android:paddingVertical="16dp"
|
android:paddingVertical="16dp"
|
||||||
android:text="@string/report_title"
|
android:text="@string/report_title"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_delete"
|
android:id="@+id/tv_delete"
|
||||||
@@ -34,5 +35,6 @@
|
|||||||
android:paddingVertical="16dp"
|
android:paddingVertical="16dp"
|
||||||
android:text="@string/confirm_delete_title"
|
android:text="@string/confirm_delete_title"
|
||||||
android:textColor="#EF5350"
|
android:textColor="#EF5350"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
tools:ignore="RelativeOverlap" />
|
tools:ignore="RelativeOverlap"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_close"
|
android:id="@+id/iv_close"
|
||||||
|
|||||||
@@ -46,7 +46,8 @@
|
|||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="16.7sp"
|
android:textSize="16.7sp"
|
||||||
tools:text="델1002" />
|
tools:text="델1002"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|||||||
@@ -41,8 +41,7 @@
|
|||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingHorizontal="26.7dp"
|
android:paddingHorizontal="26.7dp"
|
||||||
android:paddingVertical="13.3dp"
|
android:paddingVertical="13.3dp">
|
||||||
>
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
|||||||
@@ -74,7 +74,8 @@
|
|||||||
android:paddingVertical="1.3dp"
|
android:paddingVertical="1.3dp"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="11.3sp"
|
android:textSize="11.3sp"
|
||||||
tools:text="여" />
|
tools:text="여"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_follow"
|
android:id="@+id/iv_follow"
|
||||||
@@ -187,7 +188,8 @@
|
|||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:textColor="@color/color_909090"
|
android:textColor="@color/color_909090"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
tools:text="매주 일요일 밤 12시 사냥꾼의 연애상담소를 오픈합니다. 많은 관심 부탁드립니다~매주 일요일 밤 12시 사냥꾼의 연애상담소를 오픈합니다. 많은 관심 부탁드립니다~" />
|
tools:text="매주 일요일 밤 12시 사냥꾼의 연애상담소를 오픈합니다. 많은 관심 부탁드립니다~매주 일요일 밤 12시 사냥꾼의 연애상담소를 오픈합니다. 많은 관심 부탁드립니다~"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -119,7 +119,8 @@
|
|||||||
android:textColorHint="@color/color_777777"
|
android:textColorHint="@color/color_777777"
|
||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_comment_send"
|
android:id="@+id/iv_comment_send"
|
||||||
|
|||||||
@@ -91,7 +91,8 @@
|
|||||||
android:textColorHint="@color/color_777777"
|
android:textColorHint="@color/color_777777"
|
||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_comment_send"
|
android:id="@+id/iv_comment_send"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
android:text="@string/screen_content_main_title"
|
android:text="@string/screen_content_main_title"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -91,6 +91,7 @@
|
|||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/fl_search_channel" />
|
app:layout_constraintTop_toBottomOf="@+id/fl_search_channel"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</androidx.core.widget.NestedScrollView>
|
</androidx.core.widget.NestedScrollView>
|
||||||
|
|||||||
@@ -46,7 +46,8 @@
|
|||||||
android:paddingVertical="3.3dp"
|
android:paddingVertical="3.3dp"
|
||||||
android:text="@string/screen_live_room_age_badge"
|
android:text="@string/screen_live_room_age_badge"
|
||||||
android:textColor="@color/color_e33621"
|
android:textColor="@color/color_e33621"
|
||||||
android:visibility="gone" />
|
android:visibility="gone"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_title"
|
android:id="@+id/tv_title"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|||||||
@@ -146,7 +146,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_modify"
|
android:id="@+id/tv_modify"
|
||||||
|
|||||||
@@ -124,7 +124,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_modify"
|
android:id="@+id/tv_modify"
|
||||||
|
|||||||
@@ -65,6 +65,7 @@
|
|||||||
app:layout_constraintStart_toEndOf="@+id/iv_audio_content_creator"
|
app:layout_constraintStart_toEndOf="@+id/iv_audio_content_creator"
|
||||||
app:layout_constraintTop_toTopOf="@+id/iv_audio_content_creator"
|
app:layout_constraintTop_toTopOf="@+id/iv_audio_content_creator"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="pgwkil" />
|
tools:text="pgwkil"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -120,5 +120,6 @@
|
|||||||
app:layout_constraintStart_toEndOf="@+id/iv_audio_content_creator"
|
app:layout_constraintStart_toEndOf="@+id/iv_audio_content_creator"
|
||||||
app:layout_constraintTop_toTopOf="@+id/iv_audio_content_creator"
|
app:layout_constraintTop_toTopOf="@+id/iv_audio_content_creator"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="pgwkil" />
|
tools:text="pgwkil"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -172,7 +172,8 @@
|
|||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="10.3sp"
|
android:textSize="10.3sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:ignore="SmallSp" />
|
tools:ignore="SmallSp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
@@ -49,5 +49,6 @@
|
|||||||
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"
|
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@+id/tv_audition_title"
|
app:layout_constraintTop_toTopOf="@+id/tv_audition_title"
|
||||||
tools:text="총 3개" />
|
tools:text="총 3개"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -38,5 +38,6 @@
|
|||||||
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"
|
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@+id/tv_audition_title"
|
app:layout_constraintTop_toTopOf="@+id/tv_audition_title"
|
||||||
tools:text="총 3개" />
|
tools:text="총 3개"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -44,7 +44,8 @@
|
|||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<!-- 타이핑 표시 컨테이너 (AI 버블 배경 재사용 가능) -->
|
<!-- 타이핑 표시 컨테이너 (AI 버블 배경 재사용 가능) -->
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
@@ -74,7 +75,8 @@
|
|||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:text="@string/common_bullet"
|
android:text="@string/common_bullet"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/dot2"
|
android:id="@+id/dot2"
|
||||||
@@ -85,7 +87,8 @@
|
|||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:text="@string/common_bullet"
|
android:text="@string/common_bullet"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/dot3"
|
android:id="@+id/dot3"
|
||||||
@@ -96,7 +99,8 @@
|
|||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:text="@string/common_bullet"
|
android:text="@string/common_bullet"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -117,7 +117,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_modify"
|
android:id="@+id/tv_modify"
|
||||||
|
|||||||
@@ -94,7 +94,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_modify"
|
android:id="@+id/tv_modify"
|
||||||
|
|||||||
@@ -13,5 +13,6 @@
|
|||||||
android:paddingVertical="9dp"
|
android:paddingVertical="9dp"
|
||||||
android:textColor="@color/color_777777"
|
android:textColor="@color/color_777777"
|
||||||
android:textSize="14.7sp"
|
android:textSize="14.7sp"
|
||||||
tools:text="남공여수" />
|
tools:text="남공여수"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
@@ -14,5 +14,6 @@
|
|||||||
android:paddingVertical="10dp"
|
android:paddingVertical="10dp"
|
||||||
android:textColor="@color/color_777777"
|
android:textColor="@color/color_777777"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
tools:text="자작곡" />
|
tools:text="자작곡"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
@@ -223,7 +223,8 @@
|
|||||||
android:textColorHint="@color/color_777777"
|
android:textColorHint="@color/color_777777"
|
||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="13.3sp"
|
android:textSize="13.3sp"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_comment_send"
|
android:id="@+id/iv_comment_send"
|
||||||
@@ -247,7 +248,8 @@
|
|||||||
android:textColor="@color/color_bbbbbb"
|
android:textColor="@color/color_bbbbbb"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:text="너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!!" />
|
tools:text="너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!! 너무 좋아요!!!"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,8 @@
|
|||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:background="@drawable/bg_round_corner_2_4999e3"
|
tools:background="@drawable/bg_round_corner_2_4999e3"
|
||||||
tools:ignore="SmallSp"
|
tools:ignore="SmallSp"
|
||||||
tools:text="스탭" />
|
tools:text="스탭"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_nickname"
|
android:id="@+id/tv_nickname"
|
||||||
@@ -97,7 +98,8 @@
|
|||||||
android:lineSpacingExtra="4dp"
|
android:lineSpacingExtra="4dp"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
tools:text="안녕하세요~!" />
|
tools:text="안녕하세요~!"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_donation_message"
|
android:id="@+id/tv_donation_message"
|
||||||
@@ -107,6 +109,7 @@
|
|||||||
android:lineSpacingExtra="4dp"
|
android:lineSpacingExtra="4dp"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
tools:text="안녕하세요~!" />
|
tools:text="안녕하세요~!"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="11sp"
|
android:textSize="11sp"
|
||||||
tools:ignore="SmallSp" />
|
tools:ignore="SmallSp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -51,7 +51,8 @@
|
|||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/iv_character"
|
app:layout_constraintTop_toBottomOf="@id/iv_character"
|
||||||
tools:text="캐릭터 이름" />
|
tools:text="캐릭터 이름"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_character_description"
|
android:id="@+id/tv_character_description"
|
||||||
@@ -66,6 +67,7 @@
|
|||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/tv_character_name"
|
app:layout_constraintTop_toBottomOf="@id/tv_character_name"
|
||||||
tools:text="설명 텍스트" />
|
tools:text="설명 텍스트"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
android:text=""/>
|
android:text=""
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_check"
|
android:id="@+id/iv_check"
|
||||||
|
|||||||
@@ -96,7 +96,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_modify"
|
android:id="@+id/tv_modify"
|
||||||
@@ -164,7 +165,8 @@
|
|||||||
android:textColor="@color/color_3bb9f1"
|
android:textColor="@color/color_3bb9f1"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:ignore="SmallSp" />
|
tools:ignore="SmallSp"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -193,7 +195,8 @@
|
|||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
android:theme="@style/EditTextStyle"
|
android:theme="@style/EditTextStyle"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_send"
|
android:id="@+id/tv_send"
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="14.7sp"
|
android:textSize="14.7sp"
|
||||||
tools:ignore="RelativeOverlap"
|
tools:ignore="RelativeOverlap"
|
||||||
tools:text="옵션1" />
|
tools:text="옵션1"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_delete"
|
android:id="@+id/tv_delete"
|
||||||
|
|||||||
@@ -84,7 +84,8 @@
|
|||||||
android:textColorHint="@color/color_eeeeee"
|
android:textColorHint="@color/color_eeeeee"
|
||||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor"
|
||||||
|
android:fontFamily="@font/pretendard_medium" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_send"
|
android:id="@+id/iv_send"
|
||||||
|
|||||||
Reference in New Issue
Block a user