Custom day view
See original GitHub issueI need a CalendarView like this:
Mon | Tue | Wed | Thu | Fri | Sat | Sun |
---|---|---|---|---|---|---|
1 (Aother TextView) | 2 (Aother TextView) | 3 (Aother TextView) | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 5 | 6 | 7 |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
So,could I custom day view? It should be like this:
calendarView.setDayViewProvider(new DayViewProvider(){
View getDayView(CalendarDay calendarDay){
return Inflate.from(XxxActivity.this).inflate(xxx,R.layout.xxxx);
}
void onSelected(View view){
((MyDayView)view).xxxDosomething(....)
...
}
void onDiselected(...){...}
void onXxxxxx(){...}
...
});
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Customize your calendar - Google Workspace Learning Center
Go to the Set custom view field and click the Down arrow "" to choose the number of days or weeks you want...
Read more >Google Calendar: Custom View and Schedule - YouTube
A short video exploring how to use Google Calendar as both an educator and as some ideas to consider teaching your students as...
Read more >Custom Views via Settings - Docs - FullCalendar
It is possible to customize an existing available view by tweaking settings. If you'd like to take one of the existing view types,...
Read more >Google Calendar: Custom View
You are limited to 2, 3, 4, 5, 6, and 7 days as well as 2, 3 and 4 weeks. The process is...
Read more >custom number of days as default calendar view
I like seeing 3 days as default view in the Outlook Calendar. I tried setting the workweek to 3 days - but that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi is there any to customise the date label gravity? currently its centre
do you have people solution this question?