I am trying to set Style to my custom dialog that extends the Fragment dialog, the constructor looks like this:
MyCustomDialog() { super(); setStyle(STYLE_NO_FRAME, 0); }
and I still see the frame around my layout.
Does anyone have any ideas?
source share