noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

bugs in multi-window mode #38

Closed nuister closed 7 years ago

nuister commented 8 years ago

In multi-window mode, screen height maybe shorter than scroll header height.

noties commented 7 years ago

Hi! Yes, there is a problem when header height is greater than total height of ScrollableLayout. But. You should modify manifest to indicate what minimum height of a screen do you support. Also, header can be dynamic and ScrollableLayout can listen to the changes that occur to it's height and apply maxScroll accordingly (autoMaxScroll property).