안드로이드 개발 질문/답변
(글 수 45,052)
제가 Dialog에 갤러리를 띄우고 싶은데 잘안돼네요 오류도 뜨지않고 프로그램 실행은 됩니다.
final LinearLayout linear = (LinearLayout)
View.inflate(AllAddress.this, R.layout.change, null);
new AlertDialog.Builder(AllAddress.this)
.setView(linear)
linear을 보면 change 라는 xml파일을 읽어오는데 change.xml에
텍스트 뷰와 EditView는 Dialog에 출력이 되는데 Gallery는 아예 나오지가 않네요
도와주세요
final LinearLayout linear = (LinearLayout)
View.inflate(AllAddress.this, R.layout.change, null);
new AlertDialog.Builder(AllAddress.this)
.setView(linear)
linear을 보면 change 라는 xml파일을 읽어오는데 change.xml에
텍스트 뷰와 EditView는 Dialog에 출력이 되는데 Gallery는 아예 나오지가 않네요
도와주세요