khacpv / Calendar-Day-View

Calendar Day View is an android library to display calendars day view within the app. It supports custom styling.
MIT License
56 stars 34 forks source link

CalendarDayView Customization #12

Open cristidan94 opened 6 years ago

cristidan94 commented 6 years ago

Hello! I am trying to change some colours in your app so it matches the design I want to achieve. fabiz-orar-v2

I have found no information about this in the documentation, where should I begin editing? PS: To remove the line I tried to paint it white with app:lineColor="@android:color/white" but it fails to change any colour. I am willing to fork and edit if needed, if you put me on the right track! Thank you!

khacpv commented 6 years ago

@cristidan94 Some ways to archive your requirements:

cristidan94 commented 6 years ago

@khacpv Thank you for the guidance! I've did it, and I'm really glad I can participate in this awesome library. I would like to further contribute, if you think what I have to do is doable. This seems much more of a challenge than the last one, especially now that I've seen how the layout is designed and how the library works. Anyway, I wanna give it a shot. I need to do somehow to replicate my layout designed here: 31607578-947e447e-b275-11e7-8663-56d7e2ca08a6 I've highlited the zone using the red square. Any idea on how to do this? (I will also try and play with the forked project from you, who knows maybe meanwhile I get an idea). Thanks in advance!