标签: Android

2 篇文章

Android Studio开发控件、页面使用
1.控件 1.1按钮 获取按钮: Button btn_scan_view=(Button) findViewById(R.id.button_get); 按钮点击事件: //点击开始生成按钮监听事件…