摘要: 本次设计的思想是利用listview的item单击动作控制RadioButton的显示mail.xml item.xml:在item行的样式设计中,最重要的是要阻断item中控件的事件android:descendantFocusability="blocksDescendants";并且将RadioButton的clicable设置为false。 .javaprivate int clickPosition = -1;@Override public View getView(int arg0, View arg1, ViewGroup a... 阅读全文
posted @ 2013-07-23 15:06 郭建伟 阅读(2122) 评论(0) 推荐(0)