国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

listview里子項有按鈕的情況使用介紹

2020-04-11 12:30:36
字體:
來源:轉載
供稿:網友
你自定義按鈕
復制代碼 代碼如下:

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()).isPressed()) {
return;
}
super.setPressed(pressed);
}
}

然后在布局人間中這樣引用
復制代碼 代碼如下:

<your.name.customview.MyButton
android:id="@+id/mybutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 连州市| 平阳县| 来安县| 城步| 永靖县| 和静县| 临泽县| 油尖旺区| 山阴县| 云霄县| 临高县| 攀枝花市| 南宫市| 奎屯市| 拉萨市| 简阳市| 万州区| 九江县| 拉萨市| 克山县| 浦县| 永年县| 雷州市| 伊吾县| 梓潼县| 读书| 行唐县| 桦甸市| 蓝山县| 泌阳县| 璧山县| 樟树市| 安平县| 和静县| 光山县| 武功县| 绥棱县| 锦州市| 民权县| 卢湾区| 福建省|