[2.8.0-f] 版本号修改、background影响paddin、图片适配
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 475 B |
|
Before Width: | Height: | Size: 494 B |
|
Before Width: | Height: | Size: 505 B |
|
Before Width: | Height: | Size: 765 B |
|
Before Width: | Height: | Size: 879 B |
|
Before Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 842 B |
|
Before Width: | Height: | Size: 628 B |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 996 B |
|
Before Width: | Height: | Size: 632 B |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 9.3 KiB |
|
Before Width: | Height: | Size: 594 B |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 10 KiB |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_line_blue.png
Normal file → Executable file
|
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 765 B |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_line_green.png
Normal file → Executable file
|
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 797 B |
|
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 795 B |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_mogo_nor.png
Normal file → Executable file
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 18 KiB |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_no_order_data.png
Normal file → Executable file
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 42 KiB |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_point_blue.png
Normal file → Executable file
|
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 2.7 KiB |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_point_gray.png
Normal file → Executable file
|
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 1.3 KiB |
BIN
OCH/mogo-och-bus-passenger/src/main/res/drawable-xhdpi/bus_p_point_green.png
Normal file → Executable file
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 16 KiB |
@@ -9,8 +9,6 @@ import android.graphics.Color
|
||||
import android.os.Build
|
||||
import android.text.Html
|
||||
import android.util.AttributeSet
|
||||
import android.util.DisplayMetrics
|
||||
import android.util.Log
|
||||
import android.view.LayoutInflater
|
||||
import android.view.View
|
||||
import androidx.annotation.RequiresApi
|
||||
@@ -42,7 +40,6 @@ import com.mogo.eagle.core.data.obu.ObuStatusInfo
|
||||
import com.mogo.eagle.core.data.report.ReportEntity
|
||||
import com.mogo.eagle.core.data.upgrade.UpgradeVersionEntity
|
||||
import com.mogo.eagle.core.function.api.autopilot.*
|
||||
import com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotStatusListener.Companion
|
||||
import com.mogo.eagle.core.function.api.devatools.IMoGoDevaToolsFuncConfigListener
|
||||
import com.mogo.eagle.core.function.api.devatools.IMoGoDevaToolsListener
|
||||
import com.mogo.eagle.core.function.api.map.listener.IMoGoMapLocationListener
|
||||
@@ -1858,18 +1855,28 @@ class DebugSettingView @JvmOverloads constructor(
|
||||
override fun updateBizData(type: String, state: Boolean, lock: Boolean, data: String?) {
|
||||
when (type) {
|
||||
BIZ_BEAUTY_MODE -> {
|
||||
val bottom: Int = tbIsDemoMode.paddingBottom
|
||||
val top: Int = tbIsDemoMode.paddingTop
|
||||
val right: Int = tbIsDemoMode.paddingRight
|
||||
val left: Int = tbIsDemoMode.paddingLeft
|
||||
if(lock){
|
||||
tbIsDemoMode.background = resources.getDrawable(R.drawable.radio_button_lock_background)
|
||||
}else{
|
||||
tbIsDemoMode.background = resources.getDrawable(R.drawable.radio_button_normal_background_right)
|
||||
}
|
||||
tbIsDemoMode.setPadding(left,top,right,bottom)
|
||||
}
|
||||
BIZ_RAIN_MODE -> {
|
||||
val bottom: Int = tbIsRainMode.paddingBottom
|
||||
val top: Int = tbIsRainMode.paddingTop
|
||||
val right: Int = tbIsRainMode.paddingRight
|
||||
val left: Int = tbIsRainMode.paddingLeft
|
||||
if(lock){
|
||||
tbIsRainMode.background = resources.getDrawable(R.drawable.radio_button_lock_background)
|
||||
}else{
|
||||
tbIsRainMode.background = resources.getDrawable(R.drawable.radio_button_normal_background_right)
|
||||
}
|
||||
tbIsRainMode.setPadding(left,top,right,bottom)
|
||||
}
|
||||
BIZ_WARNING_UPLOAD -> {
|
||||
if(lock){
|
||||
|
||||
@@ -93,8 +93,8 @@ WEBSOCKET_VERSION=1.1.7
|
||||
applicationId=com.mogo.launcer
|
||||
applicationName=IntelligentPilot
|
||||
# RoboBus司机端:2.5.1;RoboTaxi司机端:2.5.1;RoboTaxi乘客端:1.0.0
|
||||
versionCode=1060200
|
||||
versionName=1.6.2
|
||||
versionCode=2110200
|
||||
versionName=2.11.2
|
||||
|
||||
################# 新架构模块Maven版本管理 #################
|
||||
MOGO_CORE_FUNCTION_AUTOPILOT_VERSION=0.0.58.10
|
||||
|
||||