emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

Why doesn't FlipView work correctly with layout_height="wrap_content" ? #71

Open mourad-jemail opened 8 years ago

mourad-jemail commented 8 years ago

Hi, I need to set that property value, so the FlipView becomes flexible according to screen size and orientation. But, it seems to me that FlipView doesn't show content, if you don't set a predefined layout_height in its xml layout. And once that property is changed during runtime, FlipView is only an empty rectangle.