댓글 목록 문자열 리소스화

댓글/답글 UI, 시간 포맷, 오류 문구 다국어 적용
This commit is contained in:
2025-12-01 17:15:59 +09:00
parent 3cf24c2ab6
commit 101c396ac2
15 changed files with 203 additions and 83 deletions
@@ -73,7 +73,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:fontFamily="@font/pretendard_bold"
android:text="답글 쓰기"
android:text="@string/character_comment_write_reply"
android:textColor="@color/color_3bb9f1"
android:textSize="14sp"
app:layout_constraintStart_toStartOf="@+id/tv_comment"