gpt4 book ai didi

android - 子View如何知道LinearLayout的Index?

转载 作者:行者123 更新时间:2023-11-29 18:01:49 25 4
gpt4 key购买 nike

我的布局是这样的

<ParentLinearlayout>
<ChildLinearlayout>
<Button>
</ChildLinearlayout>
<ChildLinearlayout>
<Button>
</ChildLinearlayout>
</ParentLinearlayout1>

ChildLinearlayout个数变化,动态增删。

单击按钮时,我想删除作为 Button 父级的 ChildLinearlayout。

但我不知道索引线性布局。索引经常变化,因此不能使用标签。

如何知道LinearLayout索引?

最佳答案

int index = linearLayout.indexOfChild(view);
linearLayout.removeViewAt(index);

关于android - 子View如何知道LinearLayout的Index?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15606278/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com