Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 24, 2019 01:31
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 parzibyte/df9cab664a3737e5a08fc3a85721fc1e to your computer and use it in GitHub Desktop.
Save parzibyte/df9cab664a3737e5a08fc3a85721fc1e to your computer and use it in GitHub Desktop.
@Override
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_gastos, container, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment