|
@@ -2,7 +2,8 @@
|
|
|
<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
|
|
|
android:id="@+id/im_pic"
|
|
@@ -12,6 +13,21 @@
|
|
|
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="6dp"
|
|
|
+ android:paddingEnd="6dp"
|
|
|
+ tools:text="付费"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/sp_9" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/img_root"
|
|
|
android:layout_width="wrap_content"
|