gpt4 book ai didi

交叉(错误符号)图像下的android按钮文本

转载 作者:行者123 更新时间:2023-11-30 03:37:22 27 4
gpt4 key购买 nike

我想在按钮的文本上添加图像。如果我将图像添加为按钮的背景,它就会添加到文本下方。预期结果作为图像添加。请帮忙

Text below the image

更新:我需要以编程方式执行此操作。

最佳答案

在 XML 中,

<RelativeLayout android:id="@+id/container">*
<TextView ...></TextView> <!-- Your A text -->
</RelativeLayout>

在代码中,

RelativeLayout container = (Rel...) findViewById(R.id.container);
ImageView imgView = new ImageView(this);
// Set Image View params and image and add it programmatically
container.addView(imgView);

关于交叉(错误符号)图像下的android按钮文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16440026/

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