|
|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<FrameLayout
|
|
|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/time_helper_title"
|
|
|
- android:layout_marginLeft="3dp"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
android:background="@drawable/shape_time_helper_order_left_title"
|
|
|
android:text="预\n约"
|
|
|
/>
|
|
|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/time_helper_title"
|
|
|
- android:layout_marginLeft="3dp"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
android:background="@drawable/shape_time_helper_schedule_left_title"
|
|
|
android:text="日\n程"
|
|
|
/>
|
|
|
@@ -80,7 +80,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/time_helper_title"
|
|
|
- android:layout_marginLeft="3dp"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
android:background="@drawable/shape_time_helper_meeting_left_title"
|
|
|
android:text="会\n议"
|
|
|
/>
|
|
|
@@ -103,7 +103,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="28dp"
|
|
|
+ android:layout_marginTop="36dp"
|
|
|
android:gravity="right"
|
|
|
android:text="14:00"
|
|
|
android:textColor="#5B5B5B"
|
|
|
@@ -126,19 +126,30 @@
|
|
|
android:layout_height="16dp"
|
|
|
android:background="@drawable/shape_time_helper_indicate" />
|
|
|
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/item_time_helper_progress"
|
|
|
- android:layout_width="3dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:indeterminateOnly="false"
|
|
|
- android:max="100"
|
|
|
- android:progress="0"
|
|
|
- android:progressDrawable="@drawable/progress_vertical_gradient_simple_shape" />
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="4dp"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="#AFAFAF" />
|
|
|
+
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/item_time_helper_progress"
|
|
|
+ android:layout_width="4dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:indeterminateOnly="false"
|
|
|
+ android:max="100"
|
|
|
+ android:progress="0"
|
|
|
+ android:progressDrawable="@drawable/progress_vertical_gradient_simple_shape" />
|
|
|
+ </RelativeLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<TextView
|
|
|
@@ -146,7 +157,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginTop="28dp"
|
|
|
+ android:layout_marginTop="36dp"
|
|
|
android:text="14:00"
|
|
|
android:textColor="#5B5B5B"
|
|
|
android:textSize="14sp"
|
|
|
@@ -177,7 +188,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/time_helper_title"
|
|
|
- android:layout_marginRight="3dp"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
android:background="@drawable/shape_time_helper_order_right_title"
|
|
|
android:text="预\n约"
|
|
|
/>
|
|
|
@@ -199,7 +210,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/time_helper_title"
|
|
|
- android:layout_marginRight="3dp"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
android:background="@drawable/shape_time_helper_schedule_right_title"
|
|
|
android:text="日\n程"
|
|
|
/>
|
|
|
@@ -221,7 +232,7 @@
|
|
|
|
|
|
<TextView
|
|
|
style="@style/time_helper_title"
|
|
|
- android:layout_marginRight="3dp"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
android:background="@drawable/shape_time_helper_meeting_right_title"
|
|
|
android:text="会\n议"
|
|
|
/>
|