Live 포함 레이아웃 문자열 리소스화

This commit is contained in:
2025-12-03 22:25:27 +09:00
parent e838085291
commit 81b6cbe655
7 changed files with 63 additions and 16 deletions

View File

@@ -19,7 +19,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="지금 "
android:layout_marginEnd="4dp"
android:text="@string/screen_live_now_title_prefix"
android:textColor="@color/color_3bb9f1"
android:textSize="24sp" />
@@ -27,7 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="라이브중"
android:text="@string/screen_live_now_title_suffix"
android:textColor="@color/white"
android:textSize="24sp" />
</LinearLayout>
@@ -39,7 +40,7 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:fontFamily="@font/pretendard_regular"
android:text="전체보기"
android:text="@string/view_all"
android:textColor="#78909C"
android:textSize="14sp" />
</RelativeLayout>
@@ -78,7 +79,7 @@
android:fontFamily="@font/pretendard_regular"
android:gravity="center"
android:lineSpacingExtra="8dp"
android:text="마이페이지에서 본인인증을 하거나\n라이브를 예약하고 참여해보세요."
android:text="@string/screen_live_now_empty_message"
android:textColor="@color/white"
android:textSize="13sp"
tools:ignore="SmallSp" />
@@ -105,7 +106,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:fontFamily="@font/pretendard_regular"
android:text="새로고침"
android:text="@string/screen_live_now_refresh"
android:textSize="14.7sp" />
</LinearLayout>
</LinearLayout>