冲刺(五)

自定义控件----Inflater:就是将xml解析成View视图。

private LayoutInflater mLayoutInflater;


//获取LayoutInflater实例的三种方法
mLayoutInflater=getLayoutInflater();
mLayoutInflater=(LayoutInflater)getSystemService(LAYOUT_INFLATER_SERVICE);
mLayoutInflater=LayoutInflater.from(SplashActivity.this);

  

posted @ 2020-04-22 13:53  天公疼憨仔队  阅读(98)  评论(0编辑  收藏  举报