UserProfile 문자열 리소스화

UserProfile 화면 및 어댑터 문구를 ko/en/ja 리소스로 정리
This commit is contained in:
2025-12-03 19:38:26 +09:00
parent f8769e97f9
commit 237d112dec
17 changed files with 247 additions and 110 deletions

View File

@@ -9,7 +9,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="라이브"
android:text="@string/screen_user_profile_live_title"
android:textColor="@color/white"
android:textSize="26sp"
app:layout_constraintStart_toStartOf="parent"
@@ -34,7 +34,7 @@
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:paddingVertical="12dp"
android:text="룰렛 설정"
android:text="@string/screen_user_profile_live_setting_roulette"
android:textColor="@color/white"
android:textSize="16sp" />
@@ -48,7 +48,7 @@
android:fontFamily="@font/pretendard_bold"
android:gravity="center"
android:paddingVertical="12dp"
android:text="메뉴 설정"
android:text="@string/screen_user_profile_live_setting_menu"
android:textColor="@color/white"
android:textSize="16sp" />
</LinearLayout>