[fix]
[红绿灯位置变更]
This commit is contained in:
yangyakun
2025-06-25 10:17:25 +08:00
parent dee7283fa7
commit 34df9f1467
2 changed files with 3 additions and 1 deletions

View File

@@ -99,6 +99,8 @@ object DebugDataDispatch {
// adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "vlmMessage" --es message "前方100米有道路施工施工长度100米影响第1、2车道通行。" --ei id 128 --ef time 1880.0
// adb shell am broadcast -a com.mogo.launcher.debug -f 0x011000000 --es type "vlmImage" --ef time 1880.0
// adb shell am broadcast -a com.hmi.v2x.trafficlight -f 0x011000000 --ei trafficLightCheckType 1 --ei trafficLightCountDown 0 --ez trafficLightIsShow true // 红绿灯
val ROOT_PATH =
Environment.getExternalStorageDirectory().absolutePath + File.separator + "MLog" + File.separator + "APP_mock" + File.separator //程序外部存储跟目录

View File

@@ -105,7 +105,7 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginStart="@dimen/dp_10"
android:layout_marginStart="@dimen/dp_52"
android:visibility="gone"
app:lightUser="passenger"
/>