- 博客(3)
- 收藏
- 关注
转载 Android控件——EditText
EditText的XML属性以及类中方法XML属性类中方法说明android:textsetText(CharSequence text)设置文本内容android:textColorsetTextColor(int color)字体颜色android:hintsetHint()内容为空时显示的文本...
2017-06-25 15:27:00 129
转载 Android控件——Button点击事件的四种方法
1、匿名内部类Button btn_1 = (Button) findViewById(R.id.btn_1); //1.匿名内部类 btn_1.setOnClickListener(new OnClickListener() { @Override public ...
2017-06-24 14:54:00 250
转载 Android中资源文件
资源文件:非代码的部分。assets:Android程序不能直接访问编译的原生的文件,必须通过AssetManager类以二进制流形式读取。例如Mp3文件。res:保存直接可以通过R资源类访问的文件。资源文件的访问:1、在代码中访问资源文件——通过R类访问用户自定义的:R.资源文件类型.资源文件名称。访问系统中资源文件:android.R.资源文件类型.资源文...
2017-06-19 19:26:00 205
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人