|
|
@@ -52,6 +52,13 @@
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="70dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
<TextView
|
|
|
android:id="@+id/item_company_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -62,7 +69,7 @@
|
|
|
android:drawableRight="@drawable/company"
|
|
|
android:ellipsize="end"
|
|
|
android:gravity="center|right"
|
|
|
- android:hint="@string/common_select"
|
|
|
+ android:hint="@string/common_select1"
|
|
|
android:maxLines="2"
|
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
@@ -92,6 +99,13 @@
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
<!--android:drawableRight="@drawable/addr_bule"-->
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="70dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
<TextView
|
|
|
android:id="@+id/item_companyaddr_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -129,7 +143,13 @@
|
|
|
android:text="@string/visit_aim"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="70dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
<TextView
|
|
|
android:id="@+id/item_remark_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -138,7 +158,7 @@
|
|
|
android:layout_toRightOf="@+id/remark_tag"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
android:gravity="center|right"
|
|
|
- android:hint="@string/common_select"
|
|
|
+ android:hint="@string/common_select1"
|
|
|
android:minHeight="@dimen/misson_item_height"
|
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
@@ -371,7 +391,13 @@
|
|
|
android:text="@string/expected_arrival_time"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="100dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
<TextView
|
|
|
android:id="@+id/item_reckontime_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -379,7 +405,7 @@
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
android:gravity="center"
|
|
|
- android:hint="@string/common_select"
|
|
|
+ android:hint="@string/common_select1"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
</RelativeLayout>
|