|
@@ -1,179 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@drawable/shape_corner_stroke_white"
|
|
|
- android:orientation="vertical"
|
|
|
- tools:viewBindingIgnore="true">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="@dimen/common_padding"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/service_resource_city"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="四川省成都市"
|
|
|
- android:textColor="@color/text_color_blue"
|
|
|
- android:textSize="@dimen/text_size_medium"
|
|
|
- android:textStyle="bold" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/delete"
|
|
|
- android:layout_width="@dimen/common_padding_heavy"
|
|
|
- android:layout_height="@dimen/common_padding_heavy"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginEnd="@dimen/common_padding"
|
|
|
- android:src="@mipmap/icon_delete"
|
|
|
- tools:ignore="ContentDescription" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="供应商名称"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/supplier_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="end"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="四川沃赛服饰有限公司"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="供应范围"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/supplier_scope"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="end"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="行李推车"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="电话"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/supplier_phone"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="end"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="18780100243"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:layout_marginBottom="@dimen/common_padding_huge"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="邮箱"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/supplier_email"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="end"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="782440144@qq.com"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-</LinearLayout>
|