Skip to content

Instantly share code, notes, and snippets.

@rdrobinson3
Created September 16, 2013 17:28
Show Gist options
  • Save rdrobinson3/6583783 to your computer and use it in GitHub Desktop.
Save rdrobinson3/6583783 to your computer and use it in GitHub Desktop.
View view = inflater.inflate(R.layout.fragment_login, container, false);
mUserNameEditText = (EditText) view.findViewById(R.id.username);
mPasswordEditText = (EditText) view.findViewById(R.id.password);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment