I want to create a dialog with transparent BG and no border.
For this I use android.R.style.Theme_Translucent_NoTitleBar.
But in the dialog I have UI componenets – imageview and edittext.
I want these to create a shade over the activity page. Like the regular dialog is doing.
Any ideas how?
I think that you’ll create a custom dialog, this link shows you how to do this http://developer.android.com/guide/topics/ui/dialogs.html