item中明明设置了高度,但是高度item的高度就是和slideview的高度就是不一样,
是因为你下载官方的代码的时候: 对方的getView方法的
cView = LayoutInflater.from(mContext).inflate(R.layout.item_detail_city, null);
而不是
convertView = LayoutInflater.from(mCon
item中明明设置了高度,但是高度item的高度就是和slideview的高度就是不一样,
是因为你下载官方的代码的时候: 对方的getView方法的
cView = LayoutInflater.from(mContext).inflate(R.layout.item_detail_city, null);
而不是
convertView = LayoutInflater.from(mCon

被折叠的 条评论
为什么被折叠?