안드로이드 개발 질문/답변
(글 수 45,052)
protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
super.onApplyThemeResource(theme, resid, first);
// no background panel is shown
theme.applyStyle(style.Animation_Dialog, true);
theme.applyStyle(style.Theme_Panel, true);
}
이렇게적용은 했는대 ...
다이얼로그 뒤에 테두리는 없어지는건 좋은대ㅑ
다이얼로그 뜨면 주위에 연한검은색배경으로 나오는 그것두 없어지더라구요 ㄷㄷㄷ
그건 살리는방법 없나요 ??