mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Fix alignment issues in group creator dialog
This commit is contained in:
		| @@ -34,6 +34,8 @@ | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_marginStart="8dp" | ||||
|             android:paddingTop="6dp" | ||||
|             android:paddingBottom="6dp" | ||||
|             android:gravity="center_vertical" | ||||
|             android:hint="@string/feed_group_dialog_name_input" | ||||
|             app:errorEnabled="true" | ||||
|   | ||||
| @@ -16,8 +16,7 @@ | ||||
|         android:gravity="center" | ||||
|         android:minWidth="72dp" | ||||
|         android:orientation="vertical" | ||||
|         android:padding="4dp" | ||||
|         tools:layout_width="wrap_content"> | ||||
|         android:padding="4dp"> | ||||
|  | ||||
|         <de.hdodenhof.circleimageview.CircleImageView | ||||
|             android:id="@+id/thumbnail_view" | ||||
| @@ -49,8 +48,10 @@ | ||||
|         tools:visibility="visible"> | ||||
|  | ||||
|         <ImageView | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:layout_width="48dp" | ||||
|             android:layout_height="48dp" | ||||
|             android:layout_marginTop="4dp" | ||||
|             android:layout_gravity="top|center_horizontal" | ||||
|             android:scaleType="centerInside" | ||||
|             app:srcCompat="@drawable/ic_done_white_24dp" | ||||
|             tools:ignore="ContentDescription"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mauricio Colli
					Mauricio Colli