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) { } }).create().show(); }
资源文件截图
显示效果如图:
一直以为是自定义的view 填充,长姿势了......