라이브 예약중 전체보기 - 캘린더 선택된 날짜 배경색 변경
This commit is contained in:
8
app/src/main/res/drawable/bg_round_corner_4_7_3bb9f1.xml
Normal file
8
app/src/main/res/drawable/bg_round_corner_4_7_3bb9f1.xml
Normal file
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user