Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Last active October 20, 2020 18:20
Show Gist options
  • Save HugoMatilla/78732e0bd14d7ec42602b1d69424d458 to your computer and use it in GitHub Desktop.
Save HugoMatilla/78732e0bd14d7ec42602b1d69424d458 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setTheme(R.style.Theme_MyApp_Alternative)
setContentView(R.layout.activity_main)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment