오디오 콘텐츠 전체 화면 문자열 리소스화
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:gravity="center"
|
||||
android:text="최신순"
|
||||
android:text="@string/screen_audio_content_sort_newest"
|
||||
android:textColor="@color/color_88e2e2e2"
|
||||
android:textSize="16sp" />
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
android:layout_marginStart="12dp"
|
||||
android:fontFamily="@font/pretendard_medium"
|
||||
android:gravity="center"
|
||||
android:text="인기순"
|
||||
android:text="@string/screen_audio_content_sort_popularity"
|
||||
android:textColor="@color/color_88e2e2e2"
|
||||
android:textSize="16sp" />
|
||||
</LinearLayout>
|
||||
@@ -67,7 +67,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="표시할 콘텐츠가 없습니다."
|
||||
android:text="@string/screen_audio_content_empty"
|
||||
android:textColor="@color/color_d2d2d2"
|
||||
android:textSize="14sp" />
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user