question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I 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:open
  • Created 7 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
ghostcommented, May 11, 2017

Hi is there any to customise the date label gravity? currently its centre

0reactions
themorescommented, Jun 5, 2017

do you have people solution this question?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found