Skip to content

Instantly share code, notes, and snippets.

@figonzal1
Last active July 12, 2022 16:54
Show Gist options
  • Save figonzal1/240428d5afa5c82336668083b582c3ba to your computer and use it in GitHub Desktop.
Save figonzal1/240428d5afa5c82336668083b582c3ba to your computer and use it in GitHub Desktop.
override fun onCreateOptionsMenu(menu: Menu): Boolean {
val inflater: MenuInflater = menuInflater
inflater.inflate(R.menu.mymenu, menu)
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment