Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i set circle background for events ? #344

Open
alisubhani313 opened this issue Jan 28, 2020 · 1 comment
Open

Can i set circle background for events ? #344

alisubhani313 opened this issue Jan 28, 2020 · 1 comment

Comments

@alisubhani313
Copy link

Can i set circle background for events ?
I want to set circle background instead of dot (event indicator style).

@IvanMazzoli
Copy link

IvanMazzoli commented Mar 26, 2020

I was searching the same question and it appears that's possible!
Use the following code snippet:

calendarView.setEventIndicatorStyle(FILL_LARGE_INDICATOR);

You can choose between those 3 options:

public static final int FILL_LARGE_INDICATOR = 1; public static final int NO_FILL_LARGE_INDICATOR = 2; public static final int SMALL_INDICATOR = 3;

FILL_LARGE_INDICATOR it's like today date selection, NO_FILL_LARGE_INDICATOR it's just a circle around the day and SMALL_INDICATOR it's the default one.

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants