|
@@ -57,15 +57,32 @@
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
-
|
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView
|
|
|
android:id="@+id/image_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="305dp"
|
|
|
- app:qmui_border_color="@color/translucent"
|
|
|
- app:qmui_corner_radius="20dp"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
android:src="@drawable/bg_need_error"
|
|
|
- android:scaleType="centerCrop" />
|
|
|
+ app:qmui_border_color="@color/translucent"
|
|
|
+ app:qmui_corner_radius="20dp" />
|
|
|
+
|
|
|
+ <!--视频-->
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/fl_video"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="305dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ tools:visibility="visible">
|
|
|
+
|
|
|
+ <com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer
|
|
|
+ android:id="@+id/detail_player"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent" />
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
@@ -105,9 +122,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:background="@drawable/bg_kuang_blue"
|
|
|
+ android:gravity="center"
|
|
|
android:hint="100份"
|
|
|
android:paddingStart="2dp"
|
|
|
- android:gravity="center"
|
|
|
android:paddingTop="2dp"
|
|
|
android:paddingEnd="2dp"
|
|
|
android:paddingBottom="2dp"
|
|
@@ -133,8 +150,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:background="@drawable/bg_kuang_blue"
|
|
|
- android:hint="100份"
|
|
|
android:gravity="center"
|
|
|
+ android:hint="100份"
|
|
|
android:paddingStart="2dp"
|
|
|
android:paddingTop="2dp"
|
|
|
android:paddingEnd="2dp"
|
|
@@ -160,11 +177,11 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/bg_kuang_blue"
|
|
|
+ android:gravity="center"
|
|
|
android:hint="100份"
|
|
|
android:paddingStart="2dp"
|
|
|
android:paddingTop="2dp"
|
|
|
android:paddingEnd="2dp"
|
|
|
- android:gravity="center"
|
|
|
android:paddingBottom="2dp"
|
|
|
android:text="@{vm.data.buy_count+`份`}"
|
|
|
android:textColor="#54D7E9"
|
|
@@ -250,8 +267,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="14dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- >
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
@@ -266,9 +282,9 @@
|
|
|
android:layout_marginStart="12dp"
|
|
|
android:layout_marginEnd="6dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:singleLine="true"
|
|
|
android:ellipsize="end"
|
|
|
android:gravity="right"
|
|
|
+ android:singleLine="true"
|
|
|
android:text="@{vm.link}"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="13sp" />
|
|
@@ -330,9 +346,9 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="14dp"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
@@ -614,7 +630,7 @@
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="30dp"/>
|
|
|
+ android:layout_height="30dp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -633,9 +649,9 @@
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
-
|
|
|
android:layout_marginStart="16dp"
|
|
|
+
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
android:layout_weight="1"
|
|
|
android:text="@{`¥`+vm.data.price}"
|
|
|
android:textColor="@color/white"
|
|
@@ -669,8 +685,8 @@
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
android:layout_weight="1"
|
|
|
android:text="@{`¥`+vm.data.price}"
|
|
|
android:textColor="@color/white"
|
|
@@ -695,107 +711,107 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:visibility="@{vm.data.state==2?View.VISIBLE:View.GONE}"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:visibility="@{vm.data.state==2?View.VISIBLE:View.GONE}">
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="91dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
- android:visibility="@{vm.is_remind?View.GONE:View.VISIBLE}"
|
|
|
-
|
|
|
- android:orientation="horizontal"
|
|
|
- tools:visibility="visible">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
-
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="@{`¥`+vm.data.price}"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="30sp" />
|
|
|
-
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_set_time"
|
|
|
- android:layout_width="180dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:background="@drawable/bg_logo_but"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="91dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="设置购买提醒"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:visibility="@{vm.is_remind?View.GONE:View.VISIBLE}"
|
|
|
+ tools:visibility="visible">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@{vm.data.sell_time}"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="12sp" />
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
+
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="@{`¥`+vm.data.price}"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="30sp" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_set_time"
|
|
|
+ android:layout_width="180dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:background="@drawable/bg_logo_but"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="设置购买提醒"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@{vm.data.sell_time}"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="91dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:visibility="@{vm.is_remind?View.VISIBLE:View.GONE}"
|
|
|
- >
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="@{`¥`+vm.data.price}"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="30sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="180dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:onClick="@{v->vm.toBuyTime()}"
|
|
|
- android:background="@drawable/bg_logo_but_on"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="91dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="@{vm.is_remind?View.VISIBLE:View.GONE}">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="设置购买提醒"
|
|
|
- android:textColor="#DFDFDF"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="@{`¥`+vm.data.price}"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="30sp" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="180dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:background="@drawable/bg_logo_but_on"
|
|
|
+ android:gravity="center"
|
|
|
+ android:onClick="@{v->vm.toBuyTime()}"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@{vm.data.sell_time}"
|
|
|
- android:textColor="#DFDFDF"
|
|
|
- android:textSize="12sp" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="设置购买提醒"
|
|
|
+ android:textColor="#DFDFDF"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@{vm.data.sell_time}"
|
|
|
+ android:textColor="#DFDFDF"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|