|
@@ -1,334 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
-
|
|
|
- <data>
|
|
|
- <variable
|
|
|
- name="clickListener"
|
|
|
- type="android.view.View.OnClickListener" />
|
|
|
- <variable
|
|
|
- name="bean"
|
|
|
- type="com.hdl.xl.bean.GoodsDetailBean" />
|
|
|
- </data>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
-
|
|
|
- <androidx.core.widget.NestedScrollView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="#F2F2F2"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <com.lake.banner.HBanner
|
|
|
- android:id="@+id/banner"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="350dp"/>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/limited_time_layout"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:background="#FF4430"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingLeft="11dp"
|
|
|
- android:paddingRight="11dp">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="¥ 146.00"
|
|
|
- android:textColor="#FFF"
|
|
|
- android:textSize="21sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:text="¥ 160.94"
|
|
|
- android:textColor="#fff"
|
|
|
- android:textSize="14sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="距离结束"
|
|
|
- android:textColor="#FFF"
|
|
|
- android:textSize="11sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:background="@drawable/bg_home_top"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:paddingTop="3dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- android:text="03:22:34"
|
|
|
- android:textColor="#FF4430"
|
|
|
- android:textSize="14sp" />
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/recharge_btn"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:background="@color/picture_color_white"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:paddingLeft="11dp"
|
|
|
- android:paddingRight="11dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:ellipsize="end"
|
|
|
- android:maxLines="2"
|
|
|
- android:text="@{bean.name}"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="14sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:background="@color/picture_color_white"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:paddingLeft="11dp"
|
|
|
- android:paddingRight="11dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/bg_item_num_frame"
|
|
|
- android:paddingLeft="5dp"
|
|
|
- android:paddingTop="2dp"
|
|
|
- android:paddingRight="5dp"
|
|
|
- android:paddingBottom="2dp"
|
|
|
- android:text="@{`货号:`+bean.good_number}"
|
|
|
- android:textColor="@color/orange"
|
|
|
- android:textSize="13sp" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@{`月售:`+bean.sale}"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="13sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/man_jian"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:background="#FF7E30"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:paddingLeft="11dp"
|
|
|
- android:paddingRight="11dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="本店铺购满360元减5 满959元减10满2399元减30"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:maxLines="1"
|
|
|
- android:ellipsize="end"
|
|
|
- android:textSize="13sp" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="25dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_marginLeft="10sp"
|
|
|
- android:src="@mipmap/next_white" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/select_product_btn"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:background="@color/picture_color_white"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:paddingLeft="11dp"
|
|
|
- android:paddingRight="11dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="选择产品规格"
|
|
|
- android:textColor="#666666"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="25dp"
|
|
|
- android:layout_height="15dp"
|
|
|
- android:src="@mipmap/next_black_img" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:layout_marginTop="1dp"
|
|
|
- android:layout_marginBottom="60dp"
|
|
|
- android:background="@color/picture_color_white"
|
|
|
- android:gravity="center"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:paddingLeft="11dp"
|
|
|
- android:paddingRight="11dp">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:src="@mipmap/commidity_img" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:text="全部商品"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="14sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
- </androidx.core.widget.NestedScrollView>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="49dp"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingLeft="5dp"
|
|
|
- android:paddingRight="5dp"
|
|
|
- android:background="@color/white">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="19dp"
|
|
|
- android:layout_height="19dp"
|
|
|
- android:src="@mipmap/commidity_kefu_img"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:textSize="10sp"
|
|
|
- android:text="客服"/>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="19dp"
|
|
|
- android:layout_height="19dp"
|
|
|
- android:src="@mipmap/shop_img"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:textSize="10sp"
|
|
|
- android:text="店铺"/>
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/collect_btn"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:id="@+id/collect_img"
|
|
|
- android:layout_width="19dp"
|
|
|
- android:layout_height="19dp"
|
|
|
- android:src="@mipmap/no_collect_img"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:textSize="10sp"
|
|
|
- android:text="收藏"/>
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/join_purchase"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:layout_width="115dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="#FF7E30"
|
|
|
- android:gravity="center"
|
|
|
- android:text="加入进货单"
|
|
|
- android:textColor="#FFFFFF"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/go_purchase"
|
|
|
- android:onClick="@{clickListener}"
|
|
|
- android:layout_width="115dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="#FF392B"
|
|
|
- android:gravity="center"
|
|
|
- android:text="前往进货单"
|
|
|
- android:textColor="#FFF"
|
|
|
- android:textSize="16sp" />
|
|
|
- </LinearLayout>
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
-</layout>
|