I want to hide border of dialog.

It appears that you have to use a custom theme for the dialog - for example:

Dialog dialog = new Dialog(this, android.R.style.Theme_Translucent_NoTitleBar);

(I don't know how to create themes, so you'll have to search for a tutorial.)

The full StackOverflow article that gave this answer is here:
http://stackoverflow.com/questions/1883425/android-borderless-dialog


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to