gpt4 book ai didi

安卓图像按钮

转载 作者:IT老高 更新时间:2023-10-28 13:05:01 25 4
gpt4 key购买 nike

如何创建一个没有文本且图像水平居中的按钮?我不想使用图像按钮,因为我想定义不同的背景图像

最佳答案

您只需使用 ImageButton 并将背景设置为您想要的任何背景并将图标设置为 src。

<ImageButton
android:id="@+id/ImageButton01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/album_icon"
android:background="@drawable/round_button" />

enter image description here

关于安卓图像按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2283444/

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