mirror of
				https://codeberg.org/tom79/Fedilab.git
				synced 2025-10-20 11:20:16 +03:00 
			
		
		
		
	Fix an issue with banner height
This commit is contained in:
		
							parent
							
								
									e9d9f8f6ef
								
							
						
					
					
						commit
						ad6981fd78
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -20,9 +20,9 @@ | ||||||
|         app:tint="?iconColor" /> |         app:tint="?iconColor" /> | ||||||
| 
 | 
 | ||||||
|     <androidx.appcompat.widget.LinearLayoutCompat |     <androidx.appcompat.widget.LinearLayoutCompat | ||||||
|         android:layout_width="match_parent" |  | ||||||
|         android:layout_height="match_parent" |  | ||||||
|         android:id="@+id/back_ground_image" |         android:id="@+id/back_ground_image" | ||||||
|  |         android:layout_width="match_parent" | ||||||
|  |         android:layout_height="180dp" | ||||||
|         android:background="@color/transparent" |         android:background="@color/transparent" | ||||||
|         android:gravity="bottom" |         android:gravity="bottom" | ||||||
|         android:orientation="vertical" |         android:orientation="vertical" | ||||||
|  | @ -36,9 +36,9 @@ | ||||||
|             android:layout_width="80dp" |             android:layout_width="80dp" | ||||||
|             android:layout_height="80dp" |             android:layout_height="80dp" | ||||||
|             android:layout_gravity="center_vertical" |             android:layout_gravity="center_vertical" | ||||||
|             android:scaleType="fitCenter" |  | ||||||
|             android:contentDescription="@string/profile_picture" |             android:contentDescription="@string/profile_picture" | ||||||
|             android:paddingTop="@dimen/nav_header_vertical_spacing" /> |             android:paddingTop="@dimen/nav_header_vertical_spacing" | ||||||
|  |             android:scaleType="fitCenter" /> | ||||||
| 
 | 
 | ||||||
|         <androidx.appcompat.widget.LinearLayoutCompat |         <androidx.appcompat.widget.LinearLayoutCompat | ||||||
|             android:id="@+id/change_account" |             android:id="@+id/change_account" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue