feat(creator): empty state 문구와 버튼 정책을 정리한다
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:includeFontPadding="true"
|
||||
android:text="@string/creator_channel_donation_empty_title"
|
||||
android:text="@string/creator_channel_home_donation_empty_title"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
<LinearLayout
|
||||
@@ -57,7 +57,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="44dp"
|
||||
android:layout_marginTop="42dp"
|
||||
android:background="@drawable/bg_creator_channel_donation_empty_button"
|
||||
android:background="@drawable/bg_round_corner_999_white"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal">
|
||||
|
||||
|
||||
@@ -77,10 +77,11 @@
|
||||
tools:text="팬이 쓴 응원이 보이는 부분입니다. 두 줄까지만 보여주고 초과 시 말줄임 처리." />
|
||||
</LinearLayout>
|
||||
|
||||
<FrameLayout
|
||||
<LinearLayout
|
||||
android:id="@+id/layout_fantalk_empty"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="169dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
|
||||
@@ -89,7 +90,6 @@
|
||||
style="@style/Typography.Heading1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|start"
|
||||
android:layout_marginStart="@dimen/spacing_6"
|
||||
android:layout_marginTop="@dimen/spacing_6"
|
||||
android:includeFontPadding="false"
|
||||
@@ -100,8 +100,7 @@
|
||||
android:id="@+id/layout_fantalk_support_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:layout_marginBottom="@dimen/spacing_6"
|
||||
android:layout_marginTop="@dimen/spacing_14"
|
||||
android:background="@drawable/bg_round_corner_999_white"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
@@ -122,6 +121,6 @@
|
||||
android:text="@string/creator_channel_fantalk_support_action"
|
||||
android:textColor="@color/black" />
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</kr.co.vividnext.sodalive.v2.creator.channel.ui.CreatorChannelFanTalkCardView>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -375,9 +375,9 @@
|
||||
<string name="creator_channel_community_invalid_post">Could not load the post.</string>
|
||||
<string name="creator_channel_community_purchased_badge">Purchased</string>
|
||||
<string name="creator_channel_fantalk_summary">%1$s · Total %2$d</string>
|
||||
<string name="creator_channel_fantalk_empty_title">Be the first\nto cheer them on!</string>
|
||||
<string name="creator_channel_fantalk_support_action">Leave support</string>
|
||||
<string name="creator_channel_fantalk_empty_message">No cheers yet.\nBe the first to cheer for the creator!</string>
|
||||
<string name="creator_channel_fantalk_empty_title">We\'re waiting for your\nfirst fan letter!</string>
|
||||
<string name="creator_channel_fantalk_support_action">Send fan letter</string>
|
||||
<string name="creator_channel_fantalk_empty_message">No fan letters yet.\nSend the first fan letter!</string>
|
||||
<string name="creator_channel_fantalk_error_message">Could not load Fan Letter.</string>
|
||||
<string name="creator_channel_fantalk_retry">Retry</string>
|
||||
<string name="creator_channel_fantalk_all_label">All</string>
|
||||
@@ -404,7 +404,8 @@
|
||||
<string name="creator_channel_donation_action">Support</string>
|
||||
<string name="creator_channel_donation_error_message">Could not load donation history.</string>
|
||||
<string name="creator_channel_donation_retry">Retry</string>
|
||||
<string name="creator_channel_donation_empty_title">Be the first to\nsupport this creator!</string>
|
||||
<string name="creator_channel_home_donation_empty_title">Be the first to\nsupport this creator!</string>
|
||||
<string name="creator_channel_donation_empty_title">No support yet.\nBe the first to support this creator!</string>
|
||||
<string name="creator_channel_donation_empty_owner_title">No donation history yet.</string>
|
||||
<string name="creator_channel_donation_can_format">%1$s cans</string>
|
||||
<string name="creator_channel_donation_fallback_message">Supported with %1$d cans.</string>
|
||||
|
||||
@@ -375,7 +375,7 @@
|
||||
<string name="creator_channel_community_invalid_post">投稿を読み込めません。</string>
|
||||
<string name="creator_channel_community_purchased_badge">購入済み</string>
|
||||
<string name="creator_channel_fantalk_summary">%1$s · 全体 %2$d</string>
|
||||
<string name="creator_channel_fantalk_empty_title">最初の応援を\n待っています!</string>
|
||||
<string name="creator_channel_fantalk_empty_title">あなたの最初のファンレターを待っています!</string>
|
||||
<string name="creator_channel_fantalk_support_action">ファンレターを送る</string>
|
||||
<string name="creator_channel_fantalk_empty_message">まだファンレターがありません。\n最初のファンレターを送ってみましょう!</string>
|
||||
<string name="creator_channel_fantalk_error_message">ファンレターを読み込めませんでした。</string>
|
||||
@@ -404,6 +404,7 @@
|
||||
<string name="creator_channel_donation_action">サポートする</string>
|
||||
<string name="creator_channel_donation_error_message">応援履歴を読み込めませんでした。</string>
|
||||
<string name="creator_channel_donation_retry">再試行</string>
|
||||
<string name="creator_channel_home_donation_empty_title">最初のサポートをしてみましょう!</string>
|
||||
<string name="creator_channel_donation_empty_title">まだサポートがありません。\n最初のサポートをしてみましょう!</string>
|
||||
<string name="creator_channel_donation_empty_owner_title">応援履歴がありません</string>
|
||||
<string name="creator_channel_donation_can_format">%1$sCAN</string>
|
||||
|
||||
@@ -375,7 +375,7 @@
|
||||
<string name="creator_channel_community_purchased_badge">구매 완료</string>
|
||||
<string name="creator_channel_fantalk_summary">%1$s · 전체 %2$d</string>
|
||||
<string name="creator_channel_fantalk_empty_title">당신의 첫 응원을\n기다리고 있어요!</string>
|
||||
<string name="creator_channel_fantalk_support_action">응원 남기기</string>
|
||||
<string name="creator_channel_fantalk_support_action">응원남기기</string>
|
||||
<string name="creator_channel_fantalk_empty_message">아직 응원이 없습니다.\n처음으로 크리에이터를 응원해 보세요!</string>
|
||||
<string name="creator_channel_fantalk_error_message">팬레터를 불러오지 못했습니다.</string>
|
||||
<string name="creator_channel_fantalk_retry">다시 시도</string>
|
||||
@@ -403,6 +403,7 @@
|
||||
<string name="creator_channel_donation_action">후원하기</string>
|
||||
<string name="creator_channel_donation_error_message">후원 내역을 불러오지 못했습니다.</string>
|
||||
<string name="creator_channel_donation_retry">다시 시도</string>
|
||||
<string name="creator_channel_home_donation_empty_title">처음으로 크리에이터를\n후원해 보세요!</string>
|
||||
<string name="creator_channel_donation_empty_title">아직 후원이 없습니다.\n처음으로 크리에이터를 후원해 보세요!</string>
|
||||
<string name="creator_channel_donation_empty_owner_title">후원 내역이 없습니다</string>
|
||||
<string name="creator_channel_donation_can_format">%1$s캔</string>
|
||||
|
||||
Reference in New Issue
Block a user