listview里子项有按钮的情况使用介绍

时间:2024-01-26 10:03:00
【文件属性】:

文件名称:listview里子项有按钮的情况使用介绍

文件大小:26KB

文件格式:PDF

更新时间:2024-01-26 10:03:00

android开发 ie IS

你自定义按钮: 代码如下: public class MyButton extends Button { public DontPressWithParentImageView(Context context, AttributeSet attrs) { super(context, attrs); } @Override public void setPressed(boolean pressed) { // If the parent is pressed, do not set to pressed. if (pressed && ((View) getParent()).isPres


网友评论