Skip to content

Commit 64cd2ff

Browse files
committed
Fixed a bug causing unselected dates to have white background when date is switched
1 parent c29ca1c commit 64cd2ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

styro_custom-date-picker/src/main/res/drawable/calendar_click.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<item>
55
<shape>
66
<corners android:radius="8dp" />
7-
<solid android:color="#FFFFFF" />
7+
<solid android:color="#00FFFFFF" />
88
</shape>
99
</item>
1010
</ripple>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3-
<solid android:color="#00FDEBE9" />
3+
<solid android:color="#FDEBE9" />
44
<corners android:radius="8dp" />
55
</shape>

0 commit comments

Comments
 (0)