[2.13.2] 修改弱势交通删除逻辑,修改限速来源字体颜色

This commit is contained in:
lixiaopeng
2023-01-14 19:22:15 +08:00
parent 787e981f69
commit ce288c1b60
4 changed files with 78 additions and 49 deletions

View File

@@ -960,7 +960,6 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
CallerAutoPilotManager.sendTripInfo(5, "", "", "", false)
}
}
if (warningContent.isEmpty()) {
CallerLogger.e("$M_HMI$TAG", "Show warningContent is null or empty!")
return

View File

@@ -189,8 +189,9 @@
android:layout_height="35dp"
android:gravity="center"
android:text=""
android:textColor="@color/notice_text_blue"
android:textColor="@color/color_FFFFFF"
android:textSize="@dimen/dp_30"
android:textStyle="bold"
android:layout_marginEnd="40dp"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"