RadioGroup中动态添加Radiobutton,Radiobutton.setChecked(true)之后不走setOnCheckedChangeListener 这是怎么回事啊
我自己点击的时候会走,但是进来设置setChecked(true) 的时候不走点击事件..