标签:android c class code java ext
View view =
LayoutInflater.from(mContext).inflate(R.layout.song_item_adapter,
null
);
LayoutInflater inflater =
(LayoutInflater)context.getSystemService
Context.LAYOUT_INFLATER_SERVICE);
View view =
inflater.inflate(R.layout.hello,
null
);
Android通过代码获取View,布布扣,bubuko.com
标签:android c class code java ext
原文地址:http://www.cnblogs.com/lvlv/p/3754405.html