라이브 예약완료

- 홈으로 이동, 예약이 완료되었습니다 string 글자색 변경
This commit is contained in:
klaus 2024-01-08 20:23:36 +09:00
parent 45e5494653
commit c2216ab054
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
android:layout_marginHorizontal="13.3dp"
android:fontFamily="@font/gmarket_sans_bold"
android:text="예약이 완료되었습니다."
android:textColor="@color/color_a285eb"
android:textColor="@color/color_3bb9f1"
android:textSize="20sp" />
<ImageView
@ -317,7 +317,7 @@
android:gravity="center"
android:paddingVertical="16dp"
android:text="홈으로 이동"
android:textColor="@color/color_9970ff"
android:textColor="@color/color_3bb9f1"
android:textSize="18.3sp" />
<TextView