Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- TOEIC
- xml
- Intent
- opengl
- 서비스
- 안드로이드
- 인텐트
- 엑티비티
- rainbow
- 걸스데이
- 토익
- error
- Android
- Java
- 이클립스
- 레인보우
- 쓰레드
- opencv
- 배다해
- 브로드케스트 리시버
- 뮤직비디오
- 바닐라루시
- 자바
- Linux
- 네트워크보안
- 영어
- 네트워크
- Looper
- Eclipse
- HTML
Archives
- Today
- Total
목록alertdialog (1)
W.A 저장소
Android Inflater(사용자 레이아웃)
Inflater AlertDialog.Builder builder; AlertDialog alertDialog; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); LayoutInflater inflater = (LayoutInflater)this .getSystemService(LAYOUT_INFLATER_SERVICE); View layout = inflater.inflate(R.layout.custum_dialog, (ViewGroup)findViewById(R.id.layout_root)); TextView text = (T..
Programing
2010. 8. 16. 14:36