Skip to content

Instantly share code, notes, and snippets.

@nathancyam
Created May 28, 2013 08:35
Show Gist options
  • Save nathancyam/5661356 to your computer and use it in GitHub Desktop.
Save nathancyam/5661356 to your computer and use it in GitHub Desktop.
dafsdgehygsr
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View viewFrag = inflater.inflate(R.layout.fragment_prop, container, false);
propArrayAdapter = new ArrayAdapter<Prop>(getActivity(), android.R.layout.simple_list_item_1, android.R.id.text1, ServerLink.properties);
setListAdapter(propArrayAdapter);
return viewFrag;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment