Dialog 스타일 적용 소스


protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first){
super.onApplyThemeResource(theme, resid, first);
theme.applyStyle(style.Theme_Panel, true);
}

AndroidManifest.xml에서 보여지는 액티비티 안에

android:theme="@android:style/Theme.Dialog"를 추가한다.