摘要: 1)动态加载Layout的代码是getWindow().setContentView(LayoutInflater.from(this).inflate(R.layout.main, null));它等同于setContentView(R.layout.main);其实getWindow().set... 阅读全文
posted @ 2014-09-03 13:00 单行线ckw 阅读(281) 评论(0) 推荐(0)