다이얼로그를 밋밋하게 띄우는 것보다 애니메이션을 줘서 사용자가 봤을 때 보다 더 부드러운 화면을 주게 된다. 1. 다이얼로그 띄울 activity Dialog dialog = new Dialog(this, android.R.style.Theme_Black_NoTitleBar); dialog.getWindow().getAttribute().windowAnimation = R.style.AnimationPopupStyle; 2. style에 AnimationPopupStyle 추가 3. res 에 anim 폴더 생성 후 open.xml / close.xml 추가 - open.xml - close.xml