|
|
@@ -96,7 +96,7 @@
|
|
|
android:text="开始时间"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_time_end"
|
|
|
+ android:id="@+id/v_time_start"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="12sp"
|
|
|
@@ -114,12 +114,14 @@
|
|
|
android:background="@drawable/shape_brounds_bottom"
|
|
|
android:orientation="vertical">
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_time_end"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="3dp"
|
|
|
android:text="开始时间"/>
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/v_time_end"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="12sp"
|