I\'m developing an Android application and I have a question about custom dialogs.
I do this to open a custom dialog:
protected void showSetFriendEma
you have to use android.R.style.Theme.Dialog instenad of android.R.style.Theme_DeviceDefault
android.R.style.Theme.Dialog
android.R.style.Theme_DeviceDefault