후원랭킹 전체보기 문자열 리소스화

This commit is contained in:
2025-12-03 19:51:21 +09:00
parent 237d112dec
commit f2e682c3d3
6 changed files with 62 additions and 21 deletions

View File

@@ -30,7 +30,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="채널에 후원랭킹 활성화"
android:text="@string/screen_user_profile_donation_toggle_title"
android:textColor="@color/color_eeeeee"
android:textSize="16sp" />
@@ -43,15 +43,15 @@
tools:src="@drawable/btn_toggle_on_big" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10.7dp"
android:fontFamily="@font/gmarket_sans_medium"
android:gravity="end"
android:text="※ 비활성화하면 채널 내 후원랭킹이 표시되지 않으며,\n라이브 중에도 후원랭킹에 따른 뱃지가 반영되지 않습니다."
android:textColor="@color/color_555555"
android:textSize="12sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10.7dp"
android:fontFamily="@font/gmarket_sans_medium"
android:gravity="end"
android:text="@string/screen_user_profile_donation_toggle_desc"
android:textColor="@color/color_555555"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
@@ -72,7 +72,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="오늘"
android:text="@string/screen_user_profile_donation_stat_today"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
@@ -92,7 +92,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:fontFamily="@font/gmarket_sans_light"
android:text=""
android:text="@string/screen_user_profile_donation_can_unit_with_space"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
</RelativeLayout>
@@ -106,7 +106,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="지난주"
android:text="@string/screen_user_profile_donation_stat_last_week"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
@@ -126,7 +126,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:fontFamily="@font/gmarket_sans_light"
android:text=""
android:text="@string/screen_user_profile_donation_can_unit_with_space"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
</RelativeLayout>
@@ -140,7 +140,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="이번 달 어제까지"
android:text="@string/screen_user_profile_donation_stat_this_month"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
@@ -160,7 +160,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:fontFamily="@font/gmarket_sans_light"
android:text=""
android:text="@string/screen_user_profile_donation_can_unit_with_space"
android:textColor="@color/color_eeeeee"
android:textSize="12sp" />
</RelativeLayout>
@@ -177,7 +177,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text="전체"
android:text="@string/screen_user_profile_donation_total_label"
android:textColor="@color/color_eeeeee"
android:textSize="14.7sp" />
@@ -195,7 +195,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_medium"
android:text=""
android:text="@string/screen_user_profile_donation_total_unit"
android:textColor="@color/color_777777"
android:textSize="12sp" />