Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created June 6, 2013 21:37
Show Gist options
  • Save pbrewczynski/5725194 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5725194 to your computer and use it in GitHub Desktop.
private TextView threeTextView;
private TextView twoTextView;
private TextView oneTextView;
private TextView[] textViewsContainer = {oneTextView, twoTextView, threeTextView};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment