|  | @@ -2,15 +2,31 @@
 | 
	
		
			
				|  |  |  <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
	
		
			
				|  |  |      xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
	
		
			
				|  |  |      android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -    android:layout_height="wrap_content">
 | 
	
		
			
				|  |  | +    android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +    xmlns:tools="http://schemas.android.com/tools">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <com.cooleshow.base.widgets.QMUIRadiusImageView
 | 
	
		
			
				|  |  | -        app:qmui_corner_radius="10dp"
 | 
	
		
			
				|  |  |          android:id="@+id/im_pic"
 | 
	
		
			
				|  |  |          android:layout_width="@dimen/dp_94"
 | 
	
		
			
				|  |  |          android:layout_height="@dimen/dp_94"
 | 
	
		
			
				|  |  |          app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | -        app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +        app:layout_constraintTop_toTopOf="parent"
 | 
	
		
			
				|  |  | +        app:qmui_corner_radius="10dp" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <TextView
 | 
	
		
			
				|  |  | +        android:id="@+id/tv_payment_type"
 | 
	
		
			
				|  |  | +        app:layout_constraintLeft_toLeftOf="@+id/im_pic"
 | 
	
		
			
				|  |  | +        app:layout_constraintTop_toTopOf="@+id/im_pic"
 | 
	
		
			
				|  |  | +        android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +        android:layout_height="14dp"
 | 
	
		
			
				|  |  | +        android:background="@drawable/shape_home_album_tag_bg"
 | 
	
		
			
				|  |  | +        android:gravity="center"
 | 
	
		
			
				|  |  | +        android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +        android:paddingStart="8dp"
 | 
	
		
			
				|  |  | +        android:paddingEnd="8dp"
 | 
	
		
			
				|  |  | +        tools:text="付费"
 | 
	
		
			
				|  |  | +        android:textColor="@color/white"
 | 
	
		
			
				|  |  | +        android:textSize="@dimen/sp_9" />
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <LinearLayout
 | 
	
		
			
				|  |  |          android:id="@+id/img_root"
 | 
	
	
		
			
				|  | @@ -48,14 +64,14 @@
 | 
	
		
			
				|  |  |          android:id="@+id/album_name"
 | 
	
		
			
				|  |  |          android:layout_width="0dp"
 | 
	
		
			
				|  |  |          android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -        android:maxLines="1"
 | 
	
		
			
				|  |  | +        android:layout_marginTop="@dimen/dp_6"
 | 
	
		
			
				|  |  |          android:ellipsize="end"
 | 
	
		
			
				|  |  | -        android:textSize="@dimen/sp_14"
 | 
	
		
			
				|  |  |          android:gravity="center"
 | 
	
		
			
				|  |  |          android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +        android:maxLines="1"
 | 
	
		
			
				|  |  |          android:textColor="@color/black_333"
 | 
	
		
			
				|  |  | -        android:layout_marginTop="@dimen/dp_6"
 | 
	
		
			
				|  |  | -        app:layout_constraintTop_toBottomOf="@+id/im_pic"
 | 
	
		
			
				|  |  | +        android:textSize="@dimen/sp_14"
 | 
	
		
			
				|  |  | +        app:layout_constraintLeft_toLeftOf="@+id/im_pic"
 | 
	
		
			
				|  |  |          app:layout_constraintRight_toRightOf="@+id/im_pic"
 | 
	
		
			
				|  |  | -        app:layout_constraintLeft_toLeftOf="@+id/im_pic" />
 | 
	
		
			
				|  |  | +        app:layout_constraintTop_toBottomOf="@+id/im_pic" />
 | 
	
		
			
				|  |  |  </androidx.constraintlayout.widget.ConstraintLayout>
 |