摘要: 1、定义接口content的方法,如ok,cancle;2、在View的处理类myview中实现content的方法。3、通过contently.getChildAt(i)的方法获得View v;4、可以使用 content ct = (content)v;5、使用ct.ok()和ct.cancel... 阅读全文
posted @ 2015-04-01 17:26 星辰之力 阅读(4179) 评论(0) 推荐(0)