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

Event dot size #57

Open Dnyaneshwar1926 opened 4 years ago

Dnyaneshwar1926 commented 4 years ago

Can't able to set event dot size. Android resource linking failed.

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

Rauliciii commented 2 years ago

Could you make your jitpack/ repository public? I can't access your fork image