mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +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) { |     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; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ | |||||||
|         android:orientation="vertical" |         android:orientation="vertical" | ||||||
|         android:layout_width="match_parent" |         android:layout_width="match_parent" | ||||||
|         android:layout_height="wrap_content" |         android:layout_height="wrap_content" | ||||||
|         card_view:cardCornerRadius="@dimen/video_item_search_card_radius" > |         card_view:cardCornerRadius="@dimen/video_item_search_card_radius"> | ||||||
|  |  | ||||||
|         <LinearLayout |         <LinearLayout | ||||||
|             xmlns:android="http://schemas.android.com/apk/res/android" |             xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 chschtsch
					chschtsch