WindSekirun / SectionCalendarView

Custom CalendarView with selecting StartDay, EndDay for Android Application, written in Java and Kotlin
Apache License 2.0
29 stars 7 forks source link

Option for Bottomsheetdialog, DialogFragment ! #2

Open LOG-TAG opened 6 years ago

LOG-TAG commented 6 years ago

Enhancements like an option for Bottomsheetdialog, DialogFragment will be more awesome!
( Ex: https://github.com/philliphsu/BottomSheetPickers)

WindSekirun commented 6 years ago

you can already inflate SectionCalendarView into BottomSheetDialog, DialogFragment. because SectionCalendarView extends LinearLayout.

I'll take a look at it when the work is done. Thanks for suggesting!