摘要: private void selectGenderChoice(){ new AlertDialog.Builder(this).setTitle(R.string.choice_gender).setItems(R.array.choice_gender, new DialogInterface.OnClickListener() { public void onClick(DialogInterface paramDialogInterface, int paramInt) { } ... 阅读全文
posted @ 2013-04-26 18:23 似水流云 阅读(368) 评论(0) 推荐(0) 编辑