Skip to content

Instantly share code, notes, and snippets.

@danieloskarsson
Created June 12, 2013 22:55
Show Gist options
  • Save danieloskarsson/5769841 to your computer and use it in GitHub Desktop.
Save danieloskarsson/5769841 to your computer and use it in GitHub Desktop.
description
for (Integer group : new Integer[] { R.id.groupFirstName, R.id.groupLastName, R.id.groupEmail, R.id.groupBirthDate, R.id.groupGender, R.id.groupDefaultLocation })
findViewById(group).setVisibility(View.GONE);
button.setImageResource(R.drawable.login_button);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment