[M2]M2-p UI更新

This commit is contained in:
wangmingjun
2023-02-22 12:08:32 +08:00
parent 6a5dbde997
commit c8e7fcec5a
2 changed files with 4 additions and 3 deletions

View File

@@ -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"/>
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/no_line_tv"
@@ -198,7 +199,6 @@
android:textSize="@dimen/dp_36"
android:textStyle="bold"
android:text="--"
android:layout_marginTop="@dimen/dp_4"
app:layout_constraintTop_toBottomOf="@+id/dashed_line"
app:layout_constraintLeft_toLeftOf="@+id/speed_tv"
android:textColor="@color/m2_current_time_tv_color"/>
@@ -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"/>

View File

@@ -17,7 +17,7 @@
<string name="m2_p_station_title_tv">下一站:</string>
<string name="m2_p_station_title_arrived_tv">已到站:</string>
<string name="m2_p_empty_tv">暂无站点</string>
<string name="m2_p_empty_remain_km_minute">-公里 | -分钟</string>
<string name="m2_p_empty_remain_km_minute">公里 | 分钟</string>
</resources>