gpt4 book ai didi

java - 单击位图时

转载 作者:行者123 更新时间:2023-12-01 15:23:53 26 4
gpt4 key购买 nike

您可以对在代码中创建的位图图片执行 onClick 还是我需要将“zombie”设为 TextView 等的背景才能执行单击操作?

最佳答案

你需要一个像这样的ImageButton

<ImageButton
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="left"
android:onClick="functionToCall"
android:src="@drawable/to_top_button"
/>

然后定义函数

public void functionToCall(View v) {
...
}

关于java - 单击位图时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10464769/

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