自定义列表视图无法正常工作getview方法无法正常工作,即没有显示任何错误

时间:2018-09-06 05:37:56

标签: android-layout listview android-fragments

if(v == null) {
            LayoutInflater inflater = LayoutInflater.from(getContext());
            v = inflater.inflate(R.layout.cresult, parent, false);

此处cresult xml文件视图不起作用

0 个答案:

没有答案