Created
August 15, 2018 09:25
-
-
Save hilfritz/c4f80757c38007b35311aabbfec2adfa to your computer and use it in GitHub Desktop.
Android: full screen dialogfragment (no statusbar)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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