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
go to your styles and put the parent
parent="Theme.AppCompat"
instead of
parent="@android:style/Theme.Holo.Light"