标签: android-layout listview android-fragments
if(v == null) { LayoutInflater inflater = LayoutInflater.from(getContext()); v = inflater.inflate(R.layout.cresult, parent, false);
此处cresult xml文件视图不起作用