diff --git a/OCH/mogo-och-bus-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml b/OCH/mogo-och-bus-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml index c155bdc074..c57531608a 100644 --- a/OCH/mogo-och-bus-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml +++ b/OCH/mogo-och-bus-passenger/src/m2/res/layout/p_m2_driving_info_fragment.xml @@ -156,7 +156,8 @@ android:background="@drawable/bg_dashed_line" android:layout_marginTop="@dimen/dp_76" app:layout_constraintTop_toTopOf="@+id/img_time_bg" - app:layout_constraintLeft_toLeftOf="@+id/speed_tv"/> + app:layout_constraintStart_toStartOf="@+id/speed_tv" + app:layout_constraintEnd_toEndOf="@+id/img_line_location_bg"/> @@ -210,6 +210,7 @@ android:layout_marginLeft="@dimen/dp_10" app:layout_constraintLeft_toRightOf="@+id/current_time_tv" app:layout_constraintBottom_toBottomOf="@+id/current_time_tv" + android:layout_marginBottom="@dimen/dp_6" android:textSize="@dimen/dp_16" android:text="--" android:textColor="@color/m2_line_during_tv_color"/> diff --git a/OCH/mogo-och-bus-passenger/src/m2/res/values/strings.xml b/OCH/mogo-och-bus-passenger/src/m2/res/values/strings.xml index 4fe4a8a12b..e113235a28 100644 --- a/OCH/mogo-och-bus-passenger/src/m2/res/values/strings.xml +++ b/OCH/mogo-och-bus-passenger/src/m2/res/values/strings.xml @@ -17,7 +17,7 @@ 下一站: 已到站: 暂无站点 - -公里 | -分钟 + —公里 | —分钟 \ No newline at end of file