Skip to content

Instantly share code, notes, and snippets.

@ArthurNagy
Created November 16, 2018 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArthurNagy/5b6352eba290aa9a0d985cd0cfc78f78 to your computer and use it in GitHub Desktop.
Save ArthurNagy/5b6352eba290aa9a0d985cd0cfc78f78 to your computer and use it in GitHub Desktop.
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
return AccountMenuBinding.inflate(inflater, container, false).also { binding = it }.root
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment