diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index 31c8e8ebee..56e4020d79 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - implementation 'com.zhidaoauto.machine:map:1.0.0-online-18' + implementation 'com.zhidaoauto.machine:map:1.0.0-online-19' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString() diff --git a/modules/mogo-module-v2x/src/main/res/layout/window_test_console.xml b/modules/mogo-module-v2x/src/main/res/layout/window_test_console.xml index ab57767085..9fcac2769e 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/window_test_console.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/window_test_console.xml @@ -24,9 +24,11 @@ android:id="@+id/btnTriggerOpen" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginEnd="@dimen/dp_10" + android:layout_marginBottom="@dimen/dp_10" + android:background="#FFF" android:padding="@dimen/dp_10" android:text="隐藏测试按钮面板" - android:background="#FFF" android:textColor="#000" android:textSize="@dimen/dp_22" app:layout_constraintBottom_toBottomOf="parent" @@ -36,6 +38,8 @@ android:id="@+id/btnClearRoadEvent" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginEnd="@dimen/dp_10" + android:layout_marginBottom="@dimen/dp_10" android:background="#6BCF23" android:padding="@dimen/dp_10" android:text="清除缓存播报" @@ -44,10 +48,24 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" /> + +