ListView.setDividerHeight(0);
或者ListView.setDivider(null);都可以已经测试过,
但是在xml中配置0就不管用,设置null会报错,所以我测试的结果是只能在代码中去掉
ListView.setDividerHeight(0);
或者ListView.setDivider(null);都可以已经测试过,
但是在xml中配置0就不管用,设置null会报错,所以我测试的结果是只能在代码中去掉