Android常用代码记录
1.获得 RadioButton值
new AlertDialog.Builder(EX03_12.this) .setTitle(R.string.app_about) .setMessage(R.string.app_about_msg) .setPositiveButton(R.string.str_ok, newDialogInterface.OnClickListener() { publicvoid onClick(DialogInterface dialoginterface, int i) { } }).show();4.改变文本框的字体
待续
来自东子的博客