|  | @@ -13,10 +13,12 @@
 | 
	
		
			
				|  |  |          android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |          android:layout_centerInParent="true">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        <com.cooleshow.base.widgets.QMUIRadiusImageView
 | 
	
		
			
				|  |  | +        <ImageView
 | 
	
		
			
				|  |  |              android:id="@+id/im_pic"
 | 
	
		
			
				|  |  | +            android:adjustViewBounds="true"
 | 
	
		
			
				|  |  |              android:layout_width="match_parent"
 | 
	
		
			
				|  |  | -            android:layout_height="320dp"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:minHeight="320dp"
 | 
	
		
			
				|  |  |              app:qmui_corner_radius="@dimen/dp_20"
 | 
	
		
			
				|  |  |              app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  |              app:layout_constraintTop_toTopOf="parent" />
 |