Live 포함 레이아웃 문자열 리소스화
This commit is contained in:
@@ -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_reservation_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_reservation_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>
|
||||
@@ -79,7 +80,7 @@
|
||||
android:fontFamily="@font/pretendard_regular"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="8dp"
|
||||
android:text="지금 예약중인 라이브가 없습니다.\n채널을 팔로잉 하고 라이브 알림을 받아 보세요."
|
||||
android:text="@string/screen_live_reservation_empty_message"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="13sp"
|
||||
tools:ignore="SmallSp" />
|
||||
|
||||
Reference in New Issue
Block a user