thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 97 forks source link

Custom event chip #9

Closed 80avin closed 5 years ago

80avin commented 5 years ago

Can I create custom event chip ? Like in listview, I create the view which will be in list !

SapuSeven commented 5 years ago

I believe there is currently no support for this.

The problem is that the WeekView has its own rendering code with its own drawing logic. It does not rely on Views (and therefore layouts) to display the events, so this would be quite a big challenge to implement.

80avin commented 5 years ago

Ok. I wish this comes up in future releases ! Further, is there any workaround ? If needed, I can tweak one or two source files.

SapuSeven commented 5 years ago

If you really want to change the library source code, it should be possible by editing the draw function in EventChip.java.

thellmund commented 5 years ago

Closing this issue, as new styling options were added in version 3.4. If you want more styling options, open a new issue.