안드로이드 개발 질문/답변
(글 수 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);
}
이렇게적용은 했는대 ...
다이얼로그 뒤에 테두리는 없어지는건 좋은대ㅑ
다이얼로그 뜨면 주위에 연한하얀색배경으로 나오게 해달라카는대 ... 하는방법 있나여 ??