shrikanth7698 / Collapsible-Calendar-View-Android

Collapsible CalendarView is a simple calendar view which can be collapsed to save space and can be expanded when needed
https://shrikanth7698.github.io/Collapsible-Calendar-View-Android/
MIT License
431 stars 122 forks source link

not able to decrease event dot size #58

Open YasserELNagar opened 4 years ago

YasserELNagar commented 4 years ago

I am not able to change the size of the event, I don't know if there is a way to do this or not

dierivera commented 3 years ago

did you got a solution for this? I'm facing the same problem right now.

dierivera commented 3 years ago

Hi, I just forked this repo and edited the day_layout.xml file to change the event asset ("@drawable/dot_icon") to a custom one. After that I just needed to find snapshot version of that library. For example if you use JitPack. Go to jitpack.io website and search for your repository (forked version with your username). And there go to commits section and get latest version that you committed. And use that library dependency in your project instead of original repo.

So now I am using my custom event dot (smaller and looks a lot better. Here's my commit on the forked repo: https://github.com/dierivera/Collapsible-Calendar-View-Android/commit/00b18fe9b837276d3102315ca790ce4d2728534b

ruturaj-learniphi commented 3 years ago

Hi, @dierivera your link is not found. Could you please suggest a way to decrease the size of the event?

Rauliciii commented 2 years ago

I want to add an UI indicator to the user that there is some event taking place in a specific date (a dot or something under the date). Does this library have that?