Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Created January 30, 2015 07:10
Show Gist options
  • Save akexorcist/53fa01e653c8645d5241 to your computer and use it in GitHub Desktop.
Save akexorcist/53fa01e653c8645d5241 to your computer and use it in GitHub Desktop.
LayoutInflater mInflater = (LayoutInflater) parent.getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View row = mInflater.inflate(R.layout.simple_list_item_1, parent, false);
TextView someTextView = (TextView)view.findViewById(R.id.txt_xxx);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment