[m1]
[1.1.2] [ui调整]
This commit is contained in:
@@ -85,10 +85,6 @@ class MainFragment :
|
||||
}
|
||||
}
|
||||
|
||||
v_debug.setOnLongClickListener {
|
||||
ToggleDebugView.toggleDebugView.toggle(requireContext())
|
||||
true
|
||||
}
|
||||
viewBusPM1MsgBoxButton.setClickListener(object : MMsgBoxButtonView.ClickListener {
|
||||
override fun showMsgBoxList(show: Boolean) {
|
||||
if (show) {
|
||||
|
||||
@@ -29,13 +29,23 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<View
|
||||
android:id="@+id/v_debug"
|
||||
<com.mogo.eagle.core.function.hmi.ui.setting.ToggleDebugViewTrigger
|
||||
android:layout_height="@dimen/dp_400"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:longClickable="true"
|
||||
app:layout_constraintStart_toStartOf="@+id/mapBizView"
|
||||
app:layout_constraintTop_toTopOf="@+id/mapBizView"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/mapBizView"
|
||||
android:layout_width="@dimen/dp_40"
|
||||
android:layout_height="@dimen/dp_100"/>
|
||||
app:layout_constraintBottom_toBottomOf="@+id/mapBizView" />
|
||||
|
||||
<!--pnc行为决策-->
|
||||
<com.mogo.eagle.core.function.hmi.ui.vehicle.PncActionsView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp_100"
|
||||
android:layout_marginBottom="@dimen/dp_180"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="@+id/mapBizView"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_car_speed"
|
||||
@@ -213,6 +223,7 @@
|
||||
android:src="@drawable/m1_order_end"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
android:layout_marginStart="-14dp"
|
||||
android:layout_width="@dimen/dp_181"
|
||||
android:layout_height="@dimen/dp_179"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user