3067ec524ba4001d14b7f1bc71fe6d04
来自「Android平台对应的高欢堂所编写的书籍的对应源代码 可以不用敲键盘了」· 代码 · 共 21 行
TXT
21 行
package com.misoo.pkaz;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.widget.Button;public class ac01 extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //setContentView(R.layout.main); View vv = new View(this); //Button btn = new Button(this); // btn.setText("Dog"); setContentView(vv); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?