emilsjolander/android-FlipView

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

mourad-jemail opened this issue · 0 comments

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.