开发者

Android adding complex layout in ViewFlipper

开发者 https://www.devze.com 2023-03-10 16:09 出处:网络
I have complex view with more linearlayout-sand relativelayout in one child in ViewFlipper. I want to group this complex view in one child of ViewFlipper.

I have complex view with more linearlayout-s and relativelayout in one child in ViewFlipper. I want to group this complex view in one child of ViewFlipper.

ViewFlipper separates my layout in m开发者_StackOverflowore child

How can I add view with complex layout in one child ??

Thanks


You have to have a sigle parent layout for each "page" in the view flipper. So you need to wrap your complex view in some other container layout.

0

精彩评论

暂无评论...
验证码 换一张
取 消