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