feat(creator): 오디오 탭 activity 연동을 추가한다
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/layout_creator_channel_live_owner_cta"
|
||||
android:id="@+id/layout_creator_channel_owner_cta"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="100dp"
|
||||
android:background="@color/black"
|
||||
@@ -249,7 +249,7 @@
|
||||
app:layout_constraintStart_toStartOf="parent">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/btn_creator_channel_live_owner_cta"
|
||||
android:id="@+id/btn_creator_channel_owner_cta"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginHorizontal="@dimen/spacing_14"
|
||||
@@ -261,12 +261,14 @@
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_creator_channel_owner_cta"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_new_create_live" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_creator_channel_owner_cta"
|
||||
style="@style/Typography.Heading3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user