|
|
@@ -46,7 +46,7 @@
|
|
|
android:id="@+id/company_tag"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/visit_company"
|
|
|
android:textColor="@color/text_main"
|
|
|
@@ -55,7 +55,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="65dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
android:layout_marginTop="7dp"
|
|
|
android:text="*"
|
|
|
android:textColor="@color/red"/>
|
|
|
@@ -93,7 +93,7 @@
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/visit_address"
|
|
|
android:textColor="@color/text_main"
|
|
|
@@ -102,7 +102,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="65dp"
|
|
|
+ android:layout_toRightOf="@id/item_companyaddr_tag"
|
|
|
android:layout_marginTop="7dp"
|
|
|
android:text="*"
|
|
|
android:textColor="@color/red"/>
|
|
|
@@ -137,7 +137,7 @@
|
|
|
android:id="@+id/remark_tag"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:gravity="center"
|
|
|
android:minHeight="@dimen/misson_item_height"
|
|
|
android:text="@string/visit_aim"
|
|
|
@@ -146,7 +146,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="65dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
android:layout_marginTop="7dp"
|
|
|
android:text="*"
|
|
|
android:textColor="@color/red"/>
|
|
|
@@ -385,16 +385,18 @@
|
|
|
android:paddingRight="@dimen/misson_item_pr">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/item_reckontime_tag"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/expected_arrival_time"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="96dp"
|
|
|
+ android:layout_toRightOf="@id/item_reckontime_tag"
|
|
|
android:layout_marginTop="7dp"
|
|
|
android:text="*"
|
|
|
android:textColor="@color/red"/>
|