ListView直接子条目的高度有效

来源:互联网 发布:淘宝代销物流怎么设置 编辑:程序博客网 时间:2024/06/11 08:58

在listview adatper中,加载条目布局。

@Override
      public View getView(int position, View convertView, ViewGroup parent) {


              context.getLayoutInflater().inflate(R.layout.item_around_shop, parent, false);


}

0 0
原创粉丝点击