土司 AlertDialog 修改
This commit is contained in:
@@ -99,6 +99,7 @@ import kotlinx.android.synthetic.main.fragment_hmi.*
|
||||
import kotlinx.android.synthetic.main.view_auto_pilot_check.view.*
|
||||
import kotlinx.android.synthetic.main.view_och_bus_operation.view.*
|
||||
import kotlinx.coroutines.*
|
||||
import me.jessyan.autosize.utils.AutoSizeUtils
|
||||
import mogo_msg.MogoReportMsg
|
||||
import record_cache.RecordPanelOuterClass
|
||||
import java.util.*
|
||||
@@ -629,6 +630,8 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
|
||||
.setSidePattern(side)
|
||||
.setGravity(gravity, offsetY = 70)
|
||||
.setImmersionStatusBar(true)
|
||||
.setWindowHeight(AutoSizeUtils.dp2px(context,1100f))
|
||||
.setWindowWidth(AutoSizeUtils.dp2px(context,800f))
|
||||
.setAnimator(object : DefaultAnimator() {
|
||||
override fun enterAnim(
|
||||
view: View,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
android:layout_gravity="center_vertical|left"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:textColor="#337CC4"
|
||||
android:textSize="14sp" />
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@dimen/dp_66"
|
||||
android:layout_height="@dimen/dp_66"
|
||||
android:layout_gravity="center_vertical|right"
|
||||
android:layout_marginRight="15dp"
|
||||
android:scaleType="centerInside" />
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
android:layout_marginLeft="3dp"
|
||||
android:text="@string/log_text_loading"
|
||||
android:textColor="#666666"
|
||||
android:textSize="14sp" />
|
||||
android:textSize="@dimen/dp_24" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
@@ -155,7 +155,7 @@
|
||||
android:id="@+id/log_hint"
|
||||
style="@style/White"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:layout_height="60dp"
|
||||
android:background="#337CC4"
|
||||
android:singleLine="true"
|
||||
android:text="@string/log_info"
|
||||
|
||||
@@ -76,9 +76,9 @@
|
||||
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/main_bitmap_splash_icon"
|
||||
android:layout_width="@dimen/dp_157"
|
||||
android:layout_height="@dimen/dp_255"
|
||||
android:background="@drawable/mogo_slogan"
|
||||
android:scaleType="centerCrop"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
||||
@@ -213,6 +213,7 @@
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
android:background="@drawable/radio_button_normal_background_right"
|
||||
android:textColor="#000"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="开启美化模式"
|
||||
android:textOn="关闭美化模式"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -224,6 +225,7 @@
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
android:background="@drawable/radio_button_normal_background_right"
|
||||
android:textColor="#000"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="开启雨天模式"
|
||||
android:textOn="关闭雨天模式"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -233,6 +235,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:background="@drawable/radio_button_normal_background_right"
|
||||
android:textColor="#000"
|
||||
android:textOff="开启感知优化模式"
|
||||
@@ -248,16 +251,15 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="魔戒控制"
|
||||
android:textOn="魔戒控制" />
|
||||
android:textOn="魔戒控制"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnOpenAllGestures"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:paddingStart="@dimen/dp_20"
|
||||
android:paddingEnd="@dimen/dp_20"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="开启手势滑动"
|
||||
android:textSize="@dimen/dp_24"
|
||||
android:visibility="gone"
|
||||
@@ -271,6 +273,7 @@
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
android:background="@drawable/radio_button_normal_background_right"
|
||||
android:text="重启IPC节点"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
<ToggleButton
|
||||
@@ -282,7 +285,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="设备绑定关系"
|
||||
android:textOn="设备绑定关系" />
|
||||
android:textOn="设备绑定关系"
|
||||
android:textSize="@dimen/dp_24"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/deviceBindLayout"
|
||||
@@ -311,7 +315,7 @@
|
||||
android:paddingEnd="10dp"
|
||||
android:text="复制"
|
||||
android:textColor="#0000FF"
|
||||
android:textSize="14sp" />
|
||||
style="@style/DebugSettingText" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -376,7 +380,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="版本信息"
|
||||
android:textOn="版本信息" />
|
||||
android:textOn="版本信息"
|
||||
style="@style/DebugSettingText"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/appVersionInfoLayout"
|
||||
@@ -438,7 +443,7 @@
|
||||
android:gravity="center"
|
||||
android:text="复制"
|
||||
android:textColor="#0000FF"
|
||||
android:textSize="14sp" />
|
||||
style="@style/DebugSettingText" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -491,7 +496,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="状态中心"
|
||||
android:textOn="状态中心" />
|
||||
android:textOn="状态中心"
|
||||
style="@style/DebugSettingText"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/statusCenterLayout"
|
||||
@@ -612,14 +618,16 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="控制中心"
|
||||
android:textOn="控制中心" />
|
||||
android:textOn="控制中心"
|
||||
android:textSize="@dimen/dp_24"/>
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
android:id="@+id/swDevelopMode"
|
||||
style="@style/DebugSettingText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:layout_gravity="end"
|
||||
app:switchMinWidth="60dp"
|
||||
android:text="开发者模式"
|
||||
android:visibility="gone" />
|
||||
|
||||
@@ -650,7 +658,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="录制Bag包"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -713,7 +721,7 @@
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
android:text="复制经纬度"
|
||||
android:textColor="#0000FF"
|
||||
android:textSize="14sp"
|
||||
android:textSize="24dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvCarInfoCopy" />
|
||||
|
||||
<TextView
|
||||
@@ -757,7 +765,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="域控制器"
|
||||
android:textOn="域控制器" />
|
||||
android:textOn="域控制器"
|
||||
android:textSize="@dimen/dp_24"/>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/domainControllerLayout"
|
||||
@@ -786,7 +795,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="连接工控机"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -804,7 +813,7 @@
|
||||
android:gravity="center"
|
||||
android:text="192.168.1."
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnSetAutopilotIP"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnSetAutopilotIP"
|
||||
app:layout_constraintRight_toLeftOf="@id/btnDisconnectIpc"
|
||||
@@ -816,8 +825,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_30"
|
||||
android:gravity="center"
|
||||
android:paddingStart="@dimen/dp_15"
|
||||
android:paddingEnd="@dimen/dp_15"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="断开工控机连接"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnSetAutopilotIP"
|
||||
@@ -836,7 +844,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="录制Bag包"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -924,7 +932,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="车辆状态"
|
||||
android:textOn="车辆状态" />
|
||||
android:textOn="车辆状态"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/vehicleStateLayout"
|
||||
@@ -969,7 +978,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="OBU"
|
||||
android:textOn="OBU" />
|
||||
android:textOn="OBU"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/obuControllerLayout"
|
||||
@@ -983,7 +993,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="重置IP"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -1001,7 +1011,7 @@
|
||||
android:gravity="center"
|
||||
android:text="192.168.1.199"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnSetObuIP"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnSetObuIP"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -1052,7 +1062,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="鹰眼本地配置"
|
||||
android:textOn="鹰眼本地配置" />
|
||||
android:textOn="鹰眼本地配置"
|
||||
android:textSize="@dimen/dp_24"/>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/eagleEyeControllerLayout"
|
||||
@@ -1089,7 +1100,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_8"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="切换环境"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1100,9 +1111,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:paddingStart="@dimen/dp_20"
|
||||
android:paddingEnd="@dimen/dp_20"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="设置刹车加速度阈值"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -1176,7 +1185,7 @@
|
||||
android:gravity="center"
|
||||
android:hint="请输入司机屏IP"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnConnectServerIp"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnConnectServerIp"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -1187,6 +1196,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textColor="#000"
|
||||
android:textOff="开启异常上报提示"
|
||||
android:textOn="关闭异常上报提示"
|
||||
@@ -1204,7 +1214,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="HMI控制"
|
||||
android:textOn="HMI控制" />
|
||||
android:textOn="HMI控制"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
<GridLayout
|
||||
android:id="@+id/hmiControllerLayout"
|
||||
@@ -1223,6 +1234,7 @@
|
||||
android:gravity="center"
|
||||
android:textOff="切换地图为「白天模式」"
|
||||
android:textOn="切换地图为「夜间模式」"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tbChangeCurrentCarIcon"
|
||||
app:layout_constraintTop_toTopOf="@id/tbChangeCurrentCarIcon" />
|
||||
@@ -1234,6 +1246,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="隐藏「脉速表」"
|
||||
android:textOn="显示「脉速表」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1245,6 +1258,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="隐藏「自动驾驶控制按钮」"
|
||||
android:textOn="显示「自动驾驶控制按钮」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1256,6 +1270,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="隐藏「视角切换按钮」"
|
||||
android:textOn="显示「视角切换按钮」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1267,6 +1282,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="隐藏「工具箱」"
|
||||
android:textOn="显示「工具箱」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1278,6 +1294,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="隐藏「小地图」"
|
||||
android:textOn="显示「小地图」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1289,6 +1306,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="关闭「转向灯控制」"
|
||||
android:textOn="打开「转向灯控制」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1300,6 +1318,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="关闭「刹车控制」"
|
||||
android:textOn="打开「刹车控制」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1311,6 +1330,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="关闭「SN绑定控制」"
|
||||
android:textOn="打开「SN绑定控制」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1322,6 +1342,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="打开「加速度面板」"
|
||||
android:textOn="关闭「加速度面板」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1333,6 +1354,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="开启「引导线动态效果」"
|
||||
android:textOn="关闭「引导线动态效果」"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -1348,7 +1370,7 @@
|
||||
android:hint="过滤阈值"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
|
||||
@@ -1359,6 +1381,7 @@
|
||||
android:layout_columnWeight="1"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="设置加速度变化幅度过滤阈值"
|
||||
android:textSize="@dimen/dp_24"
|
||||
android:visibility="gone"
|
||||
@@ -1376,7 +1399,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="HD地图控制"
|
||||
android:textOn="HD地图控制" />
|
||||
android:textOn="HD地图控制"
|
||||
android:textSize="@dimen/dp_24"/>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/hdMapControllerLayout"
|
||||
@@ -1393,6 +1417,7 @@
|
||||
android:gravity="center"
|
||||
android:text="切换 顶视角"
|
||||
android:textSize="@dimen/dp_24"
|
||||
android:padding="@dimen/dp_20"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/changesight_back_btn"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -1403,6 +1428,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="切换 后方来车视角"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/changesight_top_btn"
|
||||
@@ -1416,6 +1442,7 @@
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:text="切换 十字路口视角"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/changesight_far_btn"
|
||||
@@ -1428,6 +1455,7 @@
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:text="切换 远视角"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/changesight_cross_btn"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -1440,6 +1468,7 @@
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:text="恢复视角"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="@id/changesight_cross_btn"
|
||||
app:layout_constraintRight_toRightOf="@id/changesight_cross_btn"
|
||||
@@ -1451,6 +1480,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="切换自车为「小巴车」"
|
||||
android:textOn="切换自车为「出租车」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
@@ -1464,6 +1494,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制感知「小车」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/tbChangeCurrentCarIcon"
|
||||
@@ -1476,7 +1507,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制感知「卡车」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/btnDrawBus"
|
||||
app:layout_constraintTop_toBottomOf="@id/tbChangeCurrentCarIcon" />
|
||||
@@ -1488,6 +1521,8 @@
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:text="绘制感知「大巴」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
android:padding="@dimen/dp_20"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnDrawTruck"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tbChangeCurrentCarIcon" />
|
||||
@@ -1498,7 +1533,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制感知「自行车」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/btnDrawPedestrian"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnDrawTruck" />
|
||||
@@ -1509,7 +1546,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制感知「行人」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnDrawBicycle"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnDrawTruck" />
|
||||
@@ -1520,7 +1559,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制感知「摩托」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/btnDrawUnknown"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnDrawBicycle" />
|
||||
@@ -1531,7 +1572,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制感知「未知」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnDrawMotorcycle"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnDrawBicycle" />
|
||||
@@ -1542,7 +1585,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="开启OBU融合"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/btnDrawObuTrolley"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnDrawMotorcycle" />
|
||||
@@ -1553,7 +1598,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="绘制OBU「小车」"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnOpenObuFusion"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnDrawMotorcycle" />
|
||||
@@ -1566,6 +1613,7 @@
|
||||
android:gravity="center"
|
||||
android:textOff="显示鹰眼感知"
|
||||
android:textOn="关闭鹰眼感知"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/tbIsDrawUnknownIdentifyData"
|
||||
@@ -1579,6 +1627,7 @@
|
||||
android:gravity="center"
|
||||
android:textOff="显示「未知类型」感知"
|
||||
android:textOn="关闭「未知类型」感知"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toRightOf="@id/tbIsDrawIdentifyData"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -1589,7 +1638,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textColor="#000"
|
||||
android:textOff="强制绘制引导线"
|
||||
android:textOn="强制绘制引导线"
|
||||
@@ -1603,7 +1652,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textColor="#000"
|
||||
android:textOff="强制绘制路径规划"
|
||||
android:textOn="强制绘制路径规划"
|
||||
@@ -1620,6 +1669,7 @@
|
||||
android:gravity="center"
|
||||
android:textOff="开启模拟自动驾驶中"
|
||||
android:textOn="关闭模拟自动驾驶中"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tbIsDrawAutopilotTrajectoryData"
|
||||
app:layout_constraintRight_toRightOf="@id/tbIsDrawAutopilotTrajectoryData"
|
||||
@@ -1630,7 +1680,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textColor="#000"
|
||||
android:textOff="开启渲染点云数据"
|
||||
android:textOn="关闭渲染点云数据"
|
||||
@@ -1645,7 +1695,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="设置点云大小"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -1663,7 +1713,7 @@
|
||||
android:gravity="center"
|
||||
android:hint="请输入点云大小"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnPointCloudSize"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnPointCloudSize"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -1675,7 +1725,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:text="设置点云颜色"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -1691,9 +1741,10 @@
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
android:background="@drawable/debug_setting_edit_bg"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:hint="请输入点云颜色"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnPointCloudColor"
|
||||
app:layout_constraintLeft_toRightOf="@id/btnPointCloudColor"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -1831,7 +1882,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="日志中心"
|
||||
android:textOn="日志中心" />
|
||||
android:textOn="日志中心"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
<!--日志输出控制-->
|
||||
<LinearLayout
|
||||
android:id="@+id/logcatCenterLayout"
|
||||
@@ -1858,6 +1910,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:textOff="关闭「鹰眼」Log"
|
||||
android:textOn="打开「鹰眼」Log"
|
||||
@@ -1868,6 +1921,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:textOff="打开「ADAS」Log"
|
||||
android:textOn="关闭「ADAS」Log"
|
||||
@@ -1878,6 +1932,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:textOff="展示日志过滤面板"
|
||||
android:textOn="关闭日志过滤面板"
|
||||
@@ -1888,6 +1943,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:textOff="打开「网络」Log"
|
||||
android:textOn="关闭「网络」Log"
|
||||
@@ -1898,6 +1954,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:textOff="打开「OBU」Log"
|
||||
android:textOn="关闭「OBU」Log"
|
||||
@@ -1908,6 +1965,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:textOff="打开「HD-MAP」Log"
|
||||
android:textOn="关闭「HD-MAP」Log"
|
||||
@@ -2050,6 +2108,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="开始抓取全量日志"
|
||||
android:textOn="停止抓取全量日志"
|
||||
android:textSize="@dimen/dp_24" />
|
||||
@@ -2070,7 +2129,7 @@
|
||||
android:minHeight="48dp"
|
||||
android:padding="@dimen/dp_5"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp" />
|
||||
android:textSize="@dimen/dp_24" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -2158,7 +2217,8 @@
|
||||
android:drawableEnd="@drawable/icon_right"
|
||||
android:padding="@dimen/dp_20"
|
||||
android:textOff="应用包管理中心"
|
||||
android:textOn="应用包管理中心" />
|
||||
android:textOn="应用包管理中心"
|
||||
android:textSize="@dimen/dp_24"/>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/apkCenterLayout"
|
||||
@@ -2180,7 +2240,7 @@
|
||||
<androidx.appcompat.widget.AppCompatEditText
|
||||
android:id="@+id/etApkSearch"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginStart="@dimen/dp_30"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_marginEnd="@dimen/dp_20"
|
||||
@@ -2189,7 +2249,7 @@
|
||||
android:gravity="center"
|
||||
android:hint="请输入搜索关键字如版本号等"
|
||||
android:textColor="#1A1A1A"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="@id/ivApkSearch"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/ivApkSearch"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
android:id="@+id/tvAppVersionName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_28"
|
||||
android:textColor="#FFBEC6EF"
|
||||
/>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
android:id="@+id/tvMapVersionName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/dp_28"
|
||||
android:textColor="#FFBEC6EF"
|
||||
/>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<style name="TitleBig">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:textSize">24dp</item>
|
||||
<item name="android:textSize">@dimen/dp_48</item>
|
||||
<item name="android:textColor">#324456</item>
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:textStyle">bold</item>
|
||||
@@ -27,47 +27,47 @@
|
||||
<item name="android:gravity">center_vertical|left</item>
|
||||
<item name="android:textColor">#333333</item>
|
||||
<item name="android:textColorHint">#CCCCCC</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="android:textSize">@dimen/dp_24</item>
|
||||
<item name="android:background">@null</item>
|
||||
<item name="android:textCursorDrawable">@drawable/input_cursor</item>
|
||||
</style>
|
||||
|
||||
<style name="RadioButton">
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:textSize">14dp</item>
|
||||
<item name="android:textSize">@dimen/dp_24</item>
|
||||
<item name="android:textColor">#131313</item>
|
||||
<item name="android:layout_height">34dp</item>
|
||||
<item name="android:layout_width">70dp</item>
|
||||
<item name="android:layout_height">68dp</item>
|
||||
<item name="android:layout_width">140dp</item>
|
||||
<item name="android:button">@null</item>
|
||||
<item name="android:background">@drawable/radio_button_background</item>
|
||||
</style>
|
||||
|
||||
<style name="RadioButton.Left">
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:textSize">14dp</item>
|
||||
<item name="android:textSize">24dp</item>
|
||||
<item name="android:textColor">#131313</item>
|
||||
<item name="android:layout_height">34dp</item>
|
||||
<item name="android:layout_width">70dp</item>
|
||||
<item name="android:layout_height">68dp</item>
|
||||
<item name="android:layout_width">140dp</item>
|
||||
<item name="android:button">@null</item>
|
||||
<item name="android:background">@drawable/radio_button_background_left</item>
|
||||
</style>
|
||||
|
||||
<style name="RadioButton.Middle">
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:textSize">14dp</item>
|
||||
<item name="android:textSize">24dp</item>
|
||||
<item name="android:textColor">#131313</item>
|
||||
<item name="android:layout_height">34dp</item>
|
||||
<item name="android:layout_width">70dp</item>
|
||||
<item name="android:layout_height">68dp</item>
|
||||
<item name="android:layout_width">140dp</item>
|
||||
<item name="android:button">@null</item>
|
||||
<item name="android:background">@drawable/radio_button_background_middle</item>
|
||||
</style>
|
||||
|
||||
<style name="RadioButton.Right">
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:textSize">14dp</item>
|
||||
<item name="android:textSize">@dimen/dp_24</item>
|
||||
<item name="android:textColor">#131313</item>
|
||||
<item name="android:layout_height">34dp</item>
|
||||
<item name="android:layout_width">70dp</item>
|
||||
<item name="android:layout_height">68dp</item>
|
||||
<item name="android:layout_width">140dp</item>
|
||||
<item name="android:button">@null</item>
|
||||
<item name="android:background">@drawable/radio_button_background_right</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user