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
@@ -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_donation_title"
android:textColor="@color/white"
android:textSize="26sp"
app:layout_constraintStart_toStartOf="parent"
@@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_light"
android:gravity="center"
android:text="전체보기"
android:text="@string/view_all"
android:textColor="#78909C"
android:textSize="14sp"
app:layout_constraintBottom_toBottomOf="@+id/tv_title"