|
|
@@ -1,49 +1,248 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
+<android.support.v4.widget.NestedScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/b2b_tab_bg"
|
|
|
- android:paddingLeft="12dp"
|
|
|
- android:paddingTop="8dp"
|
|
|
- android:paddingBottom="8dp"
|
|
|
- android:text="@string/str_inquiry_information"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/public_inquiry_detail_inquiry_information_rv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:overScrollMode="never"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="8dp"
|
|
|
- android:background="@color/gray_light" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/b2b_tab_bg"
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="8dp"
|
|
|
+ android:text="@string/str_inquiry_information"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/b2b_tab_bg"
|
|
|
- android:paddingLeft="12dp"
|
|
|
- android:paddingTop="8dp"
|
|
|
- android:paddingBottom="8dp"
|
|
|
- android:text="@string/str_material_information"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/public_inquiry_detail_material_information_rv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:overScrollMode="never"
|
|
|
- android:scrollbars="none" />
|
|
|
-</LinearLayout>
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/public_inquiry_detail_inquiry_information_rv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:overScrollMode="never"
|
|
|
+ android:scrollbars="none" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="8dp"
|
|
|
+ android:background="@color/gray_light" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/b2b_tab_bg"
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="8dp"
|
|
|
+ android:text="@string/str_quote_information"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/public_inquiry_detail_material_information_rv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:overScrollMode="never"
|
|
|
+ android:scrollbars="none" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingBottom="6dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="交货周期:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ tools:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/public_inquiry_detail_leadtime_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/shape_b2b_detail_edittext"
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="6dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="left|center_vertical"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="天" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingBottom="6dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="最小起订:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ tools:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/public_inquiry_detail_min_order_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/shape_b2b_detail_edittext"
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="6dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="left|center_vertical"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="PCS" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingBottom="6dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="最小包装:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ tools:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/public_inquiry_detail_min_pack_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/shape_b2b_detail_edittext"
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="6dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="left|center_vertical"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="PCS" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:padding="12dp"
|
|
|
+ android:text="分段报价"
|
|
|
+ android:textColor="@color/black" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <View
|
|
|
+ style="@style/expense_table_h_1dp" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <View
|
|
|
+ style="@style/expense_table_v_1dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:text="@string/str_divisions_count" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ style="@style/expense_table_v_1dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:text="@string/str_segments_amount"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ style="@style/expense_table_v_1dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:text="@string/str_segments_price"
|
|
|
+ />
|
|
|
+
|
|
|
+ <View
|
|
|
+ style="@style/expense_table_v_1dp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ style="@style/expense_table_h_1dp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/public_inquiry_detail_quote_rv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="20dp" />
|
|
|
+ </LinearLayout>
|
|
|
+</android.support.v4.widget.NestedScrollView>
|