As far as I know, there were 2 ways to do that : 1...
# android
j
As far as I know, there were 2 ways to do that : 1. requestFeature(Window.FEATURE_NO_TITLE) in onCreateDialog 2. setStyle(DialogFragment.STYLE_NO_TITLE, theme) in onCreate So, which is the best ?
👍 1
stackoverflow 12