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

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>