라이브 지금 예약중 - 라이브 커버 이미지 사이즈가 작게 보이던 버그 수정

This commit is contained in:
2023-10-06 17:31:31 +09:00
parent 0e6c78a6c0
commit 3bf4f273d2
8 changed files with 73 additions and 17 deletions

View File

@@ -93,7 +93,7 @@
android:id="@+id/tv_complete_reservation"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_10_533d89"
android:background="@drawable/bg_round_corner_10_2e6279"
android:fontFamily="@font/gmarket_sans_medium"
android:paddingHorizontal="7.5dp"
android:paddingVertical="4.3dp"

View File

@@ -15,14 +15,14 @@
android:drawablePadding="8dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="내가 개설한 라이브"
android:textColor="@color/color_9970ff"
android:textColor="@color/color_80d8ff"
android:textSize="16sp"
app:drawableStartCompat="@drawable/ic_mic_colored" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_round_corner_8_transparent_9970ff"
android:background="@drawable/bg_round_corner_8_transparent_3bb9f1"
android:orientation="horizontal"
android:padding="1dp">

View File

@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:text="예약중"
android:textColor="@color/color_9970ff"
android:textColor="@color/color_3bb9f1"
android:textSize="18.3sp" />
</LinearLayout>