摘要:
// 取得LayoutInflater对象LayoutInflater LayoutInflater.from(Context);LayoutInflater Context.getLayoutInflater();LayoutInflater Context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);// 常用方法View inflate(int resource, ViewGroup root)// root -> null 直接生成一个resource对应的View// root -> not null 则生成为roo 阅读全文
posted @ 2013-11-26 10:52
麥籽
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号