开发者

Is there a way to nest an ExpandableListView inside of a RelativeLayout?

开发者 https://www.devze.com 2023-03-15 01:48 出处:网络
What I would like to do is create a Layout with buttons, edittexts, an textviews on the left 开发者_StackOverflowside, and have the ExpandableListView on the right. Is there any way to do this? I have

What I would like to do is create a Layout with buttons, edittexts, an textviews on the left 开发者_StackOverflowside, and have the ExpandableListView on the right. Is there any way to do this? I have googled, but I haven't really come up with anything. Does anyone have any bright ideas, or do you know the solution I am looking for?

Thanks,


Here's a link to an example with two ListViews inside one RelativeLayout. This should be the same if they're expandable or not.

How to use Two ListView in one screen?

0

精彩评论

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