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