라이브 만들기 버튼 이미지에서 글자로 변경
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="@string/screen_live_latest_finished_prefix"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="24sp" />
|
||||
@@ -158,8 +158,8 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="@string/screen_live_replay_prefix"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
android:textSize="24sp" />
|
||||
@@ -190,15 +190,32 @@
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_make_room"
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_make_live"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16.7dp"
|
||||
android:layout_marginBottom="16.7dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/btn_make_live"
|
||||
android:background="@drawable/bg_round_corner_44_3bb9f1"
|
||||
android:orientation="horizontal"
|
||||
android:padding="13.3dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
app:layout_constraintEnd_toEndOf="parent">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_make_live" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="@string/screen_live_room_create_title"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="13.3sp" />
|
||||
</LinearLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user