LayoutInternet的from方法是干什么用的。作用是什么?沒(méi)有mInfllater = LayoutInflater.from(context);這一句。不行嗎?
LayoutInternet的from方法是干什么用的。作用是什么?沒(méi)有mInfllater = LayoutInflater.from(context);這一句。不行嗎?
LayoutInternet的from方法是干什么用的。作用是什么?沒(méi)有mInfllater = LayoutInflater.from(context);這一句。不行嗎?
2016-08-16
舉報(bào)
2016-08-17
從一個(gè)Context中,獲得一個(gè)布局填充器,這樣你就可以使用這個(gè)填充器來(lái)把xml布局文件轉(zhuǎn)為View對(duì)象了。