gpt4 book ai didi

java - Android:通过代码动态插入图像按钮

转载 作者:行者123 更新时间:2023-12-01 13:47:11 24 4
gpt4 key购买 nike

我想插入一个图像来做一个按钮。但我想通过代码插入它,而不是通过 .xml 文件插入。有人有什么想法吗?

最佳答案

试试这个:

ImageButton ib = new ImageButton(this);
yourContainer.addView(ib);//here yourContainer is ParentLayout

关于java - Android:通过代码动态插入图像按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20273475/

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