Kalendar is a powerful and customizable calendar library for Android applications. It provides a flexible and intuitive way to display and interact with calendars in your app. With Kalendar, you can easily render calendar views, handle date selection, pagination, and range selection, and customize the layout to match your app's design.
I am developing Android layout using jetpack compose and kotlin. I'm developing a calendar view using the Kalendar library, and I'd like to color in Text only on certain days of the week, Sunday, and all other dates in black. I implemented the code as I wanted, but when I modified the code and ran the app, Kalendar's Text was all black, and I had a problem that when I clicked on a Sunday date, all the Text colors on the calendar turned red. How do I modify the code as I want?
I am developing Android layout using jetpack compose and kotlin. I'm developing a calendar view using the Kalendar library, and I'd like to color in Text only on certain days of the week, Sunday, and all other dates in black. I implemented the code as I wanted, but when I modified the code and ran the app, Kalendar's Text was all black, and I had a problem that when I clicked on a Sunday date, all the Text colors on the calendar turned red. How do I modify the code as I want?
This is code on My Project of Part: