From c8e7fcec5a49bd84385cc8f894cdf4e8cd6d51fe Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Wed, 22 Feb 2023 12:08:32 +0800 Subject: [PATCH] =?UTF-8?q?[M2]M2-p=20UI=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/m2/res/layout/p_m2_driving_info_fragment.xml | 5 +++-- OCH/mogo-och-bus-passenger/src/m2/res/values/strings.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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