Skip to content

Instantly share code, notes, and snippets.

@rdrobinson3
Created September 16, 2013 17:32
Show Gist options
  • Save rdrobinson3/6583859 to your computer and use it in GitHub Desktop.
Save rdrobinson3/6583859 to your computer and use it in GitHub Desktop.
class LoginFragment extends Fragment {
@InjectView(R.id.username)
EditText username;
@InjectView(R.id.password)
EditText password;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment