Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hilfritz/c4f80757c38007b35311aabbfec2adfa to your computer and use it in GitHub Desktop.
Save hilfritz/c4f80757c38007b35311aabbfec2adfa to your computer and use it in GitHub Desktop.
Android: full screen dialogfragment (no statusbar)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setStyle(DialogFragment.STYLE_NORMAL, android.R.style.Theme_Black_NoTitleBar_Fullscreen)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment