레이아웃 문자열 리소스화

This commit is contained in:
2025-12-03 23:46:04 +09:00
parent 57e3edc24e
commit 5ee57b1b2f
53 changed files with 595 additions and 481 deletions

View File

@@ -20,7 +20,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="프로필"
android:text="@string/screen_live_room_profile_title"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
@@ -66,7 +66,7 @@
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:paddingVertical="13dp"
android:text="사용자 차단"
android:text="@string/screen_live_room_block_title"
android:textColor="@color/color_3bb9f1" />
<TextView
@@ -79,7 +79,7 @@
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:paddingVertical="13dp"
android:text="사용자 신고"
android:text="@string/dialog_user_report_title"
android:textColor="@color/color_3bb9f1" />
<TextView
@@ -91,7 +91,7 @@
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:paddingVertical="13dp"
android:text="프로필 신고"
android:text="@string/dialog_member_profile_report_profile"
android:textColor="@color/color_3bb9f1" />
</LinearLayout>
</LinearLayout>