CalendarView
CalendarView copied to clipboard
Custom calendar view background

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
<CalendarLayout calendar_content_view_id="LinearLayout"> <CalendarView/> <LinearLayout impl CalendarScrollView> <Your view has bottom radius/> <RecyclerView/> </LinearLayout> </CalendarLayout>
Thanks @huanghaibin-dev