Android 编程 刚刚开始学,遇到点问题,请大神帮帮忙
protectedvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);su...
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.setContentView(R.layout.activity_main);
Button but=(Button)super.findViewById(R.id.mybut);
but.setText("hello,world");
setContentView(R.layout.activity_main);
}
在这里的but.setText无效
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
这里的string/后面只能设置为英文,一写中文就报错
麻烦帮帮忙! 展开
super.onCreate(savedInstanceState);
super.setContentView(R.layout.activity_main);
Button but=(Button)super.findViewById(R.id.mybut);
but.setText("hello,world");
setContentView(R.layout.activity_main);
}
在这里的but.setText无效
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
这里的string/后面只能设置为英文,一写中文就报错
麻烦帮帮忙! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询