오디션 문자열 리소스로 이관

This commit is contained in:
2025-12-01 15:12:02 +09:00
parent e727658b24
commit e9afa55aa0
9 changed files with 53 additions and 19 deletions

View File

@@ -17,7 +17,7 @@
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:minHeight="48dp"
android:text="오디션"
android:text="@string/screen_audition_title"
android:textColor="@color/color_eeeeee"
android:textSize="21.3sp"
app:drawableStartCompat="@drawable/ic_back"
@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:fontFamily="@font/gmarket_sans_medium"
android:text="보이스온 오디션 이용방법"
android:text="@string/screen_audition_how_to_use"
android:textColor="@color/white"
android:textSize="13.3sp" />
@@ -65,7 +65,7 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:fontFamily="@font/gmarket_sans_medium"
android:text="자세히>"
android:text="@string/screen_audition_how_to_use_more"
android:textColor="@color/white"
android:textSize="13.3sp" />
</RelativeLayout>

View File

@@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="오디션"
android:text="@string/screen_audition_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
app:layout_constraintStart_toStartOf="parent"
@@ -31,8 +31,9 @@
android:id="@+id/tv_audition_title_off"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text=" OFF"
android:text="@string/screen_audition_off"
android:textColor="@color/color_bbbbbb"
android:textSize="18.3sp"
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"

View File

@@ -10,7 +10,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="오디션"
android:text="@string/screen_audition_title"
android:textColor="@color/color_eeeeee"
android:textSize="18.3sp"
app:layout_constraintStart_toStartOf="parent"
@@ -20,8 +20,9 @@
android:id="@+id/tv_audition_title_on"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text=" ON"
android:text="@string/screen_audition_on"
android:textColor="@color/color_ff5c49"
android:textSize="18.3sp"
app:layout_constraintBottom_toBottomOf="@+id/tv_audition_title"