【android开发】button布满荧屏

【android开发】button布满屏幕一个button布满整个屏幕,触发事件onCreate方法内---- {Button b new Button

【android开发】button布满屏幕

一个button布满整个屏幕,触发事件

onCreate方法内---- {Button b = new Button(this);b.setText(“点击屏幕进入........”); setContentView(b); }