feat(creator-channel): FanTalk 글쓰기 진입점을 연결한다

This commit is contained in:
2026-07-08 03:44:54 +09:00
parent 25af312d91
commit 8d205690b3
6 changed files with 130 additions and 5 deletions
@@ -407,6 +407,31 @@
app:tint="@color/white" />
</FrameLayout>
<FrameLayout
android:id="@+id/btn_creator_channel_fantalk_fixed_plus"
android:layout_width="66dp"
android:layout_height="66dp"
android:layout_marginEnd="@dimen/spacing_14"
android:layout_marginBottom="@dimen/spacing_14"
android:background="@drawable/bg_creator_channel_owner_fab"
android:clickable="true"
android:contentDescription="@string/creator_channel_fantalk_support_action"
android:elevation="8dp"
android:focusable="true"
android:padding="@dimen/spacing_14"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:visibility="visible">
<ImageView
android:layout_width="38dp"
android:layout_height="38dp"
android:contentDescription="@null"
android:src="@drawable/ic_plus_no_bg"
app:tint="@color/white" />
</FrameLayout>
<FrameLayout
android:id="@+id/owner_fab_button"
android:layout_width="66dp"
@@ -151,7 +151,9 @@
android:background="@drawable/bg_creator_channel_fantalk_write_button"
android:contentDescription="@string/creator_channel_fantalk_support_action"
android:padding="@dimen/spacing_16"
android:src="@drawable/ic_new_fantalk_plus"
android:src="@drawable/ic_plus_no_bg"
android:visibility="gone"
app:tint="@color/white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>