android 自定义AlertDialog

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 填充,长姿势了......

posted @ 2013-04-26 18:23  似水流云  阅读(368)  评论(0编辑  收藏  举报