How to change theme for AlertDialog

I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to do this, I added the following line of code in styles.xml <resources> <style name=”CustomAlertDialog” parent=”android:Theme.Dialog.Alert”> <item name=”android:windowBackground”>@drawable/color_panel_background</item> </style> </resources> color_panel_background.9.png is located in drawable folder. This is also available in Android SDK res folder. The … Read more