I am trying to create something similar to Google Calendar drop down month widget.
Any help would be really appreciated.
So far I have an idea that I need to use Toolbar with expandable animation but not sure that's the right direction to move into.
I was also trying to create something similar to the Google Calendar app. I've come with this implementation:
I use the CompactCalendarView library for the month widget. And CollapsingToolbarLayout for the drop down.
You can view the source of this implementation at GitHub: https://github.com/GerritHoekstra/CompactCalendarViewToolbar
The main layout can be found here.
I hope this helps you further.