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/564a722ad289cc08c9d6f11a01d44d8a to your computer and use it in GitHub Desktop.
Save ArthurNagy/564a722ad289cc08c9d6f11a01d44d8a 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