fix(creator): 채널 후원 empty 레이아웃을 보정한다

This commit is contained in:
2026-06-16 21:22:45 +09:00
parent 5969f50888
commit 433bf172ce

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -32,7 +33,7 @@
<LinearLayout <LinearLayout
android:id="@+id/layout_donation_empty" android:id="@+id/layout_donation_empty"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="196dp" android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/spacing_14" android:layout_marginHorizontal="@dimen/spacing_14"
android:layout_marginTop="@dimen/spacing_14" android:layout_marginTop="@dimen/spacing_14"
android:background="@drawable/bg_feed_card" android:background="@drawable/bg_feed_card"
@@ -47,7 +48,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1"
android:includeFontPadding="false" android:includeFontPadding="true"
android:text="@string/creator_channel_donation_empty_title" android:text="@string/creator_channel_donation_empty_title"
android:textColor="@color/white" /> android:textColor="@color/white" />
@@ -65,7 +66,7 @@
android:layout_height="@dimen/spacing_20" android:layout_height="@dimen/spacing_20"
android:contentDescription="@null" android:contentDescription="@null"
android:src="@drawable/ic_new_donation" android:src="@drawable/ic_new_donation"
android:tint="@color/black" /> app:tint="@color/black" />
<TextView <TextView
style="@style/Typography.Body2" style="@style/Typography.Body2"