消息列表添加头、尾布局,xml居中属性失效

生成view的时候使用

LayoutInflater.from(getContext()).inflate(R.layout.my_view, (ViewGroup) view,false);

而不是

 LayoutInflater.from(getContext()).inflate(R.layout.my_view, null,false);