라이브 예약중 전체보기 - 캘린더 선택된 날짜 배경색 변경
This commit is contained in:
parent
3bf4f273d2
commit
5ed5a86e0d
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_3bb9f1" />
|
||||
<corners android:radius="4.7dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/color_3bb9f1" />
|
||||
</shape>
|
|
@ -4,7 +4,7 @@
|
|||
android:layout_width="53.3dp"
|
||||
android:layout_height="66.7dp"
|
||||
android:layout_marginHorizontal="6.7dp"
|
||||
android:background="@drawable/bg_round_corner_4_7_9970ff"
|
||||
android:background="@drawable/bg_round_corner_4_7_3bb9f1"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
|
Loading…
Reference in New Issue