mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-10-31 06:55:03 +00:00 
			
		
		
		
	android: Shrink logo in about page
This commit is contained in:
		
							parent
							
								
									4efb9763d9
								
							
						
					
					
						commit
						ff72bf2cb2
					
				|  | @ -38,17 +38,17 @@ | |||
| 
 | ||||
|             <ImageView | ||||
|                 android:id="@+id/image_logo" | ||||
|                 android:layout_width="250dp" | ||||
|                 android:layout_height="250dp" | ||||
|                 android:layout_marginTop="20dp" | ||||
|                 android:layout_width="150dp" | ||||
|                 android:layout_height="150dp" | ||||
|                 android:layout_marginTop="24dp" | ||||
|                 android:layout_marginBottom="28dp" | ||||
|                 android:layout_gravity="center_horizontal" | ||||
|                 android:src="@drawable/ic_yuzu_title" /> | ||||
| 
 | ||||
|             <com.google.android.material.divider.MaterialDivider | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_marginHorizontal="20dp" | ||||
|                 android:layout_marginTop="28dp" /> | ||||
|                 android:layout_marginHorizontal="20dp" /> | ||||
| 
 | ||||
|             <LinearLayout | ||||
|                 android:layout_width="match_parent" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue