|
@@ -27,7 +27,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="50dp"
|
|
|
android:layout_toStartOf="@id/delete"
|
|
|
- android:text="捷克"
|
|
|
android:textColor="@color/text_color_blue"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
android:textStyle="bold" />
|
|
@@ -38,7 +37,8 @@
|
|
|
android:layout_height="@dimen/common_padding_heavy"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
- android:src="@mipmap/icon_delete" />
|
|
|
+ android:src="@mipmap/icon_delete"
|
|
|
+ tools:ignore="ContentDescription" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -49,7 +49,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -59,21 +59,19 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="单位地区"
|
|
|
+ android:text="@string/unit_area"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/unit_area"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
+ android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="捷克"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -82,7 +80,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -92,21 +90,19 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="联系人"
|
|
|
+ android:text="@string/contacts"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/contacts_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
+ android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="黄珊珊"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -115,7 +111,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -125,21 +121,19 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="电话"
|
|
|
+ android:text="@string/contacts_phone"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/contacts_phone"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:background="@color/white"
|
|
|
+ android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="18780100243"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -148,7 +142,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -158,21 +152,20 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="评分"
|
|
|
+ android:text="@string/score"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/service_score"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="5"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -181,7 +174,7 @@
|
|
|
android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
@@ -192,21 +185,20 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="创建时间"
|
|
|
+ android:text="@string/refresh_time"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/create_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
android:singleLine="true"
|
|
|
- android:text="2023/07/18 17:03:55"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|