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
I had the same problem, but it solved when i put this on manifest: android:theme="@style/Theme.AppCompat.
...