본문 바로가기

개발도구/aOS - 안드로이드 개발

[안드로이드] custom dialog android:style/Theme.Dialog

     



졸다가 클릭 클릭하면서 몬가 대단한걸 발견하고 기분이 좋아졋답니다 ㅎㅎ
구글에서 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 끝!!