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

@@ -106,7 +106,7 @@
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
android:fontFamily="@font/pretendard_bold"
android:padding="13dp"
android:text="수정"
android:text="@string/screen_user_profile_cheer_edit"
android:textColor="@color/white" />
</RelativeLayout>
</FrameLayout>
@@ -160,7 +160,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:text="답글 수정"
android:text="@string/screen_user_profile_reply_edit"
android:textColor="@color/color_3bb9f1"
android:textSize="12sp"
android:visibility="gone"
@@ -183,7 +183,7 @@
android:layout_marginEnd="10dp"
android:layout_toStartOf="@+id/tv_send"
android:background="@drawable/bg_round_corner_10_232323"
android:hint="응원댓글에 답글을 남겨보세요!"
android:hint="@string/screen_user_profile_cheer_reply_hint"
android:importantForAutofill="no"
android:inputType="text"
android:paddingHorizontal="13.3dp"
@@ -203,7 +203,7 @@
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
android:fontFamily="@font/pretendard_bold"
android:padding="13dp"
android:text="등록"
android:text="@string/screen_user_profile_reply_submit"
android:textColor="@color/white" />
</RelativeLayout>
@@ -215,7 +215,7 @@
android:layout_marginStart="4dp"
android:layout_marginTop="10dp"
android:fontFamily="@font/pretendard_medium"
android:text="답글 쓰기"
android:text="@string/screen_user_profile_reply_write"
android:textColor="@color/color_3bb9f1"
android:textSize="12sp"
tools:ignore="SmallSp" />