오디오 댓글 문자열 리소스화
댓글/답글 화면 문구를 ko/en/ja 리소스로 정리했습니다.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="댓글"
|
||||
android:text="@string/screen_audio_content_detail_comment_title"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/iv_close"
|
||||
@@ -75,7 +75,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:text="비밀댓글"
|
||||
android:text="@string/screen_audio_content_detail_comment_secret"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp"
|
||||
android:visibility="gone"
|
||||
@@ -109,7 +109,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_round_corner_10_232323_3bb9f1"
|
||||
android:hint="댓글을 입력해 보세요"
|
||||
android:hint="@string/screen_audio_content_detail_comment_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="text|textMultiLine"
|
||||
android:paddingVertical="13.3dp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
android:drawablePadding="6.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center_vertical"
|
||||
android:text="답글"
|
||||
android:text="@string/audio_content_comment_reply_title"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14.7sp"
|
||||
app:drawableStartCompat="@drawable/ic_back"
|
||||
@@ -81,7 +81,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_round_corner_10_232323_3bb9f1"
|
||||
android:hint="답글을 입력해 보세요"
|
||||
android:hint="@string/audio_content_comment_reply_input_hint"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="text"
|
||||
android:paddingVertical="13.3dp"
|
||||
|
||||
Reference in New Issue
Block a user