Android Studio 0.4.5
Android documentation for creating custom dialog boxes: http://developer.android.com/guide/topics/ui/dialogs.html
If you want a custom d
Make sure you are using an activity context while creating a new Alert Dialog and not an application or base context.