Fix constraint on search box.
The layout width should be 0dp if you want it to be set to whatever the constraint layout wants to calculate.
This commit is contained in:
		
							parent
							
								
									c3b8134be7
								
							
						
					
					
						commit
						045dd7a94c
					
				| @ -30,7 +30,7 @@ | ||||
|                 app:srcCompat="@drawable/ic_back_black_24dp" /> | ||||
| 
 | ||||
|             <EditText | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_width="0dp" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 app:layout_constraintTop_toTopOf="parent" | ||||
|                 app:layout_constraintBottom_toBottomOf="parent" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Peter Serwylo
						Peter Serwylo