Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 24, 2019 01:33
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/b49213500baa70b946af6ed11aa56817 to your computer and use it in GitHub Desktop.
Save parzibyte/b49213500baa70b946af6ed11aa56817 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
View view = inflater.inflate(R.layout.fragment_gastos, container, false);
FloatingActionButton floatingActionButton = view.findViewById(R.id.fabAgregarGasto);
return view;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment