CalendarView icon indicating copy to clipboard operation
CalendarView copied to clipboard

Custom calendar view background

Open fatihhduygu opened this issue 4 years ago • 2 comments

Screenshot 2021-07-09 003712

Greetings, I'm trying to get an image like the one above, but I couldn't quite make it. How do you think I can make this UI view

fatihhduygu avatar Jul 08 '21 21:07 fatihhduygu

<CalendarLayout calendar_content_view_id="LinearLayout"> <CalendarView/> <LinearLayout impl CalendarScrollView> <Your view has bottom radius/> <RecyclerView/> </LinearLayout> </CalendarLayout>

huanghaibin-dev avatar Jul 09 '21 10:07 huanghaibin-dev

Thanks @huanghaibin-dev

fatihhduygu avatar Jul 12 '21 13:07 fatihhduygu