</pre><pre name="code" class="java">protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
LayoutInflater inflater =(LayoutInflater) MainActivity.this.getSystemService(LAYOUT_INFLATER_SERVICE);
View view =inflater.inflate(R.layout.activity_main,null);
setContentView(R.layout.activity_main);
}
布局填充的另一种方法
最新推荐文章于 2024-09-22 19:17:49 发布