재생목록 상세 문자열 리소스화

플레이리스트 상세 화면 문구를 ko/en/ja 리소스로 정리했습니다.
This commit is contained in:
2025-12-03 17:07:15 +09:00
parent 7988b8c63e
commit c74503beca
7 changed files with 53 additions and 19 deletions

View File

@@ -246,7 +246,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:paddingVertical="11dp"
android:text="Play"
android:text="@string/audio_content_playlist_detail_play"
android:textColor="@color/white"
android:textSize="14.7sp" />
</LinearLayout>
@@ -276,7 +276,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:paddingVertical="11dp"
android:text="Shuffle"
android:text="@string/audio_content_playlist_detail_shuffle"
android:textColor="@color/white"
android:textSize="14.7sp" />
</LinearLayout>

View File

@@ -11,7 +11,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="삭제"
android:text="@string/screen_audio_content_detail_delete"
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp"
app:layout_constraintEnd_toEndOf="parent"