mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Fixed logo getting cropped in landscape mode of login page
This commit is contained in:
		
							parent
							
								
									25e467b3a5
								
							
						
					
					
						commit
						5b50210284
					
				
					 3 changed files with 9 additions and 5 deletions
				
			
		|  | @ -12,7 +12,7 @@ | |||
|         android:layout_width="@dimen/landscape_width" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="center" | ||||
|         android:layout_marginTop="@dimen/small_gap"> | ||||
|         android:layout_marginTop="20dp"> | ||||
| 
 | ||||
|         <androidx.cardview.widget.CardView | ||||
|             android:layout_width="match_parent" | ||||
|  |  | |||
|  | @ -2,12 +2,14 @@ | |||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
|     android:layout_height="match_parent" | ||||
|     android:layout_gravity="center_vertical"> | ||||
| 
 | ||||
|     <LinearLayout | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:orientation="vertical"> | ||||
|         android:orientation="vertical" | ||||
|       android:layout_gravity="center_vertical"> | ||||
| 
 | ||||
|         <FrameLayout | ||||
|             android:layout_width="@dimen/landscape_width" | ||||
|  |  | |||
|  | @ -1,13 +1,15 @@ | |||
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|   android:layout_width="wrap_content" | ||||
|   android:layout_height="wrap_content"> | ||||
|   android:layout_height="wrap_content" | ||||
|   android:layout_gravity="center_vertical"> | ||||
| 
 | ||||
|   <LinearLayout xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="wrap_content" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:fillViewport="true" | ||||
|     android:orientation="vertical"> | ||||
|     android:orientation="vertical" | ||||
|     android:layout_gravity="center_vertical"> | ||||
| 
 | ||||
|     <FrameLayout | ||||
|       android:layout_width="wrap_content" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 QuantumPineapple
						QuantumPineapple