Skip to content

Instantly share code, notes, and snippets.

@manas-raj-shrestha
Created May 31, 2017 08:23
Show Gist options
  • Save manas-raj-shrestha/b38b455b72850cd948fdb5dbaf7b64b1 to your computer and use it in GitHub Desktop.
Save manas-raj-shrestha/b38b455b72850cd948fdb5dbaf7b64b1 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN)
setContentView(R.layout.activity_main)
setButtonClicks()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment