摘要:
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) { } ... 阅读全文