mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Make channel groups button sizes larger
This commit is contained in:
		| @@ -2,11 +2,7 @@ | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:paddingLeft="16dp" | ||||
|     android:paddingTop="12dp" | ||||
|     android:paddingRight="16dp" | ||||
|     android:paddingBottom="12dp"> | ||||
|     android:layout_height="wrap_content"> | ||||
|  | ||||
|     <org.schabi.newpipe.views.NewPipeTextView | ||||
|         android:id="@+id/header_title" | ||||
| @@ -17,6 +13,8 @@ | ||||
|         android:gravity="start|center_vertical" | ||||
|         android:maxLines="2" | ||||
|         android:minHeight="24dp" | ||||
|         android:paddingHorizontal="16dp" | ||||
|         android:paddingVertical="12dp" | ||||
|         android:textColor="?android:attr/textColorPrimary" | ||||
|         android:textSize="16sp" | ||||
|         android:textStyle="bold" | ||||
| @@ -24,17 +22,20 @@ | ||||
|  | ||||
|     <ImageButton | ||||
|         android:id="@+id/header_toggle_view_mode" | ||||
|         android:layout_width="24dp" | ||||
|         android:layout_height="24dp" | ||||
|         android:layout_marginStart="16dp" | ||||
|         android:layout_width="48dp" | ||||
|         android:layout_height="48dp" | ||||
|         android:background="?attr/selectableItemBackgroundBorderless" | ||||
|         android:contentDescription="@string/list_view_mode" | ||||
|         android:padding="8dp" | ||||
|         tools:src="@drawable/ic_apps" /> | ||||
|  | ||||
|     <ImageButton | ||||
|         android:id="@+id/header_sort" | ||||
|         android:layout_width="24dp" | ||||
|         android:layout_height="24dp" | ||||
|         android:layout_marginStart="16dp" | ||||
|         android:layout_width="48dp" | ||||
|         android:layout_height="48dp" | ||||
|         android:layout_marginEnd="4dp" | ||||
|         android:background="?attr/selectableItemBackgroundBorderless" | ||||
|         android:contentDescription="@string/sort" | ||||
|         android:padding="8dp" | ||||
|         android:src="@drawable/ic_sort" /> | ||||
| </LinearLayout> | ||||
| @@ -751,4 +751,5 @@ | ||||
|     <string name="unknown_quality">Unknown quality</string> | ||||
|     <string name="feed_toggle_show_future_items">Show future items</string> | ||||
|     <string name="feed_toggle_hide_future_items">Hide future items</string> | ||||
|     <string name="sort">Sort</string> | ||||
| </resources> | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox