onebusaway-android icon indicating copy to clipboard operation
onebusaway-android copied to clipboard

"Style A" Arrivals are partially hidden with large text sizes

Open devinbraun opened this issue 8 years ago • 1 comments

Summary:

When the Android text size is set at its highest, the "Style A" arrivals in the green area and partially hidden because they don't seem to fit in the available space. There is no way to show the entire contents of the arrivals.

Steps to reproduce:

Change the text size to the largest size and open the arrivals screen

screenshot_20170307-074438

devinbraun avatar Mar 07 '17 15:03 devinbraun

Thanks @devinbraun! I've seen this too. Unfortunately with the currently sliding panel library we're using I don't think there is an easy way to fix this. The panel header layout needs to remain a fixed size, so it doesn't automatically wrap the text. And we've seen issues (https://github.com/OneBusAway/onebusaway-android/issues/314, https://github.com/OneBusAway/onebusaway-android/issues/294) when trying to dynamically resize it, so I'm currently trying to do this as little as possible. I'll leave this open to document the problem and see if we can come up with another potential solution.

Related to https://github.com/OneBusAway/onebusaway-android/issues/620, which in we could switch to our own implementation of the sliding panel.

barbeau avatar Mar 07 '17 16:03 barbeau