Dev./Android 썸네일형 리스트형 커스텀 다이얼로그 띄우기 Context mContext = getApplicationContext(); LayoutInflater inflater = (LayoutInflater) mContext .getSystemService(LAYOUT_INFLATER_SERVICE); View layout = inflater.inflate(R.layout.activity_send_user_message, (ViewGroup) findViewById(R.id.layout_root)); AlertDialog.Builder aDialog = new AlertDialog.Builder( CRSMainActivity.this); aDialog.setTitle(sendUserID + "님에게 메시지 전송"); aDialog.setView(layout.. 더보기 이전 1 다음