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

Japanese text on event #8

Open orelkan opened 7 years ago

orelkan commented 7 years ago

I tried using this library and added a simple event just like the example, but it has some sort of foreign text next to it. I would like to remove this text but I don't know how. Added screenshot: screenshot from 2017-06-03 20-26-10

AdamEdry commented 7 years ago

We found it is hard coded in view_event.xml but are not sure how to change it programmatically.

khacpv commented 7 years ago

@orelkan Please take a look https://github.com/khacpv/Calendar-Day-View/issues/1 You could decorate the views as you want 🥂