mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-07-05 11:32:58 +00:00
remove divider from listview
This commit is contained in:
parent
9ed4a65fd2
commit
f9dd88c1cb
@ -44,6 +44,8 @@ class VideoListAdapter extends BaseAdapter {
|
|||||||
public VideoListAdapter(Context context, VideoItemListFragment videoListFragment) {
|
public VideoListAdapter(Context context, VideoItemListFragment videoListFragment) {
|
||||||
viewCreator = new VideoInfoItemViewCreator(LayoutInflater.from(context));
|
viewCreator = new VideoInfoItemViewCreator(LayoutInflater.from(context));
|
||||||
this.listView = videoListFragment.getListView();
|
this.listView = videoListFragment.getListView();
|
||||||
|
this.listView.setDivider(null);
|
||||||
|
this.listView.setDividerHeight(0);
|
||||||
this.context = context;
|
this.context = context;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user