Custom alert dialog android
问题 I am working with custom alert dialog in android. I have followed the link 1 and linke 2. In my code using these styles. <style name="DialogAnimation"> <item name="android:windowEnterAnimation">@anim/slide_up_dialog</item> <item name="android:windowExitAnimation">@anim/slide_out_down</item> <!-- Animation for dialog box --> <style name="DialogSlideAnim" parent="AppBaseTheme"> <item name="android:windowAnimationStyle">@style/DialogAnimation</item> </style> From these styles I am getting