android dialog 주위의 검은 테두리 제거

292 단어
if (mDialog == null) {
   mDialog = new AlertDialog.Builder(mContext)
     .setIcon(R.drawable.ic_launcher)
     .setTitle(R.string.app_name).create();//icon title       
  }
  mDialog.setView(mView, 0, 0, 0, 0);//        ,   0,          
  mDialog.show();

좋은 웹페이지 즐겨찾기