为了账号安全,请及时绑定邮箱和手机立即绑定

ToggleButton的接口函数的CompoundButton arg0参数没用到,他是如何被调用的的?

public void onCheckedChanged(CompoundButton arg0, boolean ischeck) {

// TODO Auto-generated method stub

img.setBackgroundResource(ischeck?R.drawable.on:R.drawable.off);

}


正在回答

1 回答

arg0代表的是当前被点击的ToggleButton。

0 回复 有任何疑惑可以回复我~
#1

叉叉对对 提问者

非常感谢!
2016-11-13 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

ToggleButton的接口函数的CompoundButton arg0参数没用到,他是如何被调用的的?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信