alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

Bug: sometimes getting a single letter of day even though there is enough room #494

Open AndroidDeveloperLB opened 6 years ago

AndroidDeveloperLB commented 6 years ago

Steps:

  1. Open sample app and switch to landscape mode.
  2. Open "basic example"
  3. You are now on 3-day view, and it shows as such:

image

  1. Switch to week-view, and you will get this:

image

That's a bug, because there is no reason to have it with a single letter. It has enough space. It's even worse in Hebrew, where almost all days now seem the same:

image

Pressing on "today" will fix it:

image

And in Hebrew:

image