레이아웃 문자열 리소스화

This commit is contained in:
2025-12-03 23:46:04 +09:00
parent 57e3edc24e
commit 5ee57b1b2f
53 changed files with 595 additions and 481 deletions

View File

@@ -37,7 +37,7 @@
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="썸네일"
android:text="@string/screen_audio_content_upload_thumbnail_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -85,7 +85,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="제목"
android:text="@string/screen_audio_content_upload_title_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -126,7 +126,7 @@
android:layout_centerVertical="true"
android:fontFamily="@font/gmarket_sans_bold"
android:lineSpacingExtra="5sp"
android:text="내용"
android:text="@string/screen_audio_content_upload_content_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -140,7 +140,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="0자"
android:text="@string/audio_content_modify_char_count_initial"
android:textColor="@color/color_ff5c49"
android:textSize="13.3sp" />
@@ -148,7 +148,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text=" / 최대 500자"
android:text="@string/screen_audio_content_upload_char_limit_suffix"
android:textColor="@color/color_777777"
android:textSize="13.3sp" />
@@ -185,7 +185,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="태그"
android:text="@string/screen_audio_content_upload_tag_label"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -223,7 +223,7 @@
android:layout_marginTop="30dp"
android:fontFamily="@font/gmarket_sans_bold"
android:lineSpacingExtra="5sp"
android:text="포인트 사용"
android:text="@string/screen_audio_content_upload_point_section_title"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -258,7 +258,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="가능"
android:text="@string/screen_audio_content_upload_point_available"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -287,7 +287,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="불가능"
android:text="@string/screen_audio_content_upload_point_unavailable"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -307,7 +307,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:lineSpacingExtra="5sp"
android:text="연령 제한"
android:text="@string/screen_audio_content_upload_age_section_title"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -340,7 +340,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="전체 연령"
android:text="@string/screen_audio_content_upload_age_all"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -369,7 +369,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="19세 이상"
android:text="@string/screen_audio_content_upload_age_19"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -380,7 +380,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
android:fontFamily="@font/gmarket_sans_medium"
android:text="성인콘텐츠를 전체관람가로 등록할 시 발생하는 법적 책임은 회사와 상관 없이 콘텐츠를 등록한 본인에게 있습니다.\n콘텐츠 내용은 물론 제목도 19금 여부를 체크해 주시기 바랍니다."
android:text="@string/screen_audio_content_upload_age_notice"
android:textColor="@color/color_dd4500"
android:textSize="13.3sp" />
</LinearLayout>
@@ -398,7 +398,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:lineSpacingExtra="5sp"
android:text="댓글 가능 여부"
android:text="@string/screen_audio_content_upload_comment_section_title"
android:textColor="@color/color_eeeeee"
android:textSize="16.7sp" />
@@ -431,7 +431,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="댓글 가능"
android:text="@string/screen_audio_content_upload_comment_allow"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -460,7 +460,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="댓글 불가"
android:text="@string/screen_audio_content_upload_comment_disallow"
android:textColor="@color/color_3bb9f1"
android:textSize="14.7sp" />
</LinearLayout>
@@ -484,7 +484,7 @@
android:background="@drawable/bg_round_corner_6_7_13181b_3bb9f1"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text="취소"
android:text="@string/cancel"
android:textColor="@color/color_3bb9f1"
android:textSize="18.3sp" />
@@ -497,7 +497,7 @@
android:background="@drawable/bg_round_corner_6_7_3bb9f1"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text="수정"
android:text="@string/audio_content_playlist_modify_save"
android:textColor="@color/white"
android:textSize="18.3sp" />
</LinearLayout>