Fix remaining issues related to vertical length and centering
This commit is contained in:
		
							parent
							
								
									9bd236d66c
								
							
						
					
					
						commit
						f35528cd78
					
				| @ -6,23 +6,27 @@ | ||||
| 	android:baselineAligned="false" | ||||
| 	android:orientation="vertical" > | ||||
| 
 | ||||
| 	<LinearLayout | ||||
| 		android:id="@+id/header" | ||||
| 	<RelativeLayout | ||||
| 		android:orientation="vertical" | ||||
| 		android:layout_width="fill_parent" | ||||
| 		android:layout_height="wrap_content" | ||||
| 		android:orientation="horizontal" > | ||||
| 		android:baselineAligned="false" > | ||||
| 
 | ||||
| 		<ImageView | ||||
| 			android:id="@+id/icon" | ||||
| 			android:layout_width="56dp" | ||||
| 			android:layout_height="fill_parent" | ||||
| 			android:layout_height="56dp" | ||||
| 			android:layout_centerVertical="true" | ||||
| 			android:padding="4dp" | ||||
| 			android:scaleType="fitCenter" /> | ||||
| 			android:scaleType="center" /> | ||||
| 
 | ||||
| 		<RelativeLayout | ||||
| 			android:layout_width="fill_parent" | ||||
| 			android:layout_height="wrap_content" | ||||
| 			android:padding="6dp" | ||||
| 			android:layout_centerVertical="true" | ||||
| 			android:layout_toRightOf="@id/icon" | ||||
| 			android:padding="5dp" | ||||
| 			android:baselineAligned="false" | ||||
| 			android:orientation="vertical" > | ||||
| 
 | ||||
| 			<TextView | ||||
| @ -72,7 +76,7 @@ | ||||
| 
 | ||||
| 
 | ||||
| 		</RelativeLayout> | ||||
| 	</LinearLayout> | ||||
| 	</RelativeLayout> | ||||
| 
 | ||||
| 	<ListView | ||||
| 		android:id="@android:id/list" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Martí
						Daniel Martí