savvisingh / DateRangePicker

Date Range Picker is a Calendar Picker View to show a Customized Date Range Picker with improved UI and functionality to add subtitles to the dates
Apache License 2.0
784 stars 160 forks source link

Middle white Line at First Date and Last Date #39

Closed naufalmms closed 5 years ago

naufalmms commented 6 years ago

photo_2018-08-20_11-50-16

can you tell me why at this library have white line at first date and lastdate selected

pandelisgreen13 commented 5 years ago

The problem is in the next drawables: state_range_first state_range_last state_range_middle

The problem is with the android:strokeColor, it is transparent, changing the default color with another color solves problem @savvisingh

image