졸다가 클릭 클릭하면서 몬가 대단한걸 발견하고 기분이 좋아졋답니다 ㅎㅎ
구글에서 android custom dialog button 검색으로 찾다가
Manifest에
<activity android:name="setting" android:configChanges="orientation|keyboard" android:theme="@android:style/Theme.Dialog" />
빨간줄을 찾았습니다.
마치 custom dialog 에 버튼과 텍스트를 넣은거 같은데요..
layout intent 로 똑같이 사용을 하고 Manifest에서 theme만 설정하면 @android:style/Theme.Dialog 끝!!
'개발도구 > aOS - 안드로이드 개발' 카테고리의 다른 글
[안드로이드] Mapview에 관련한 자료 (0) | 2011.10.27 |
---|---|
[안드로이드] tabhost 에 관한 설명 (0) | 2011.10.27 |
[안드로이드] TabHost 기본포멧 (0) | 2011.10.26 |
[안드로이드] WebViewClient(shouldOverrideUrlLoading) 로 인해 카카오톡(다른어플동일)이 안될때 (0) | 2011.10.25 |
[안드로이드] if 같을때 처리중.. (0) | 2011.10.19 |