[singapore]
[版本展示]
This commit is contained in:
yangyakun
2026-04-16 18:33:34 +08:00
parent 908959ec03
commit 4833e91b2b
3 changed files with 11 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import android.view.View
import androidx.appcompat.widget.AppCompatTextView
import androidx.core.content.ContextCompat
import com.mogo.commons.mvp.MvpFragment
import com.mogo.eagle.core.function.hmi.ui.setting.ToggleDebugView
import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger
import com.mogo.eagle.core.utilcode.util.StringUtils
import com.mogo.och.common.module.utils.NumberFormatUtil
@@ -28,6 +29,7 @@ import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.actv_station
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.actv_station_pre_2
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.actv_station_pre_3
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.actv_station_pre_4
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.b4TextClockDate
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.cl_empty_server
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.cl_line_info_station
import kotlinx.android.synthetic.main.b4_driving_info_full_fragment.end_station_name
@@ -68,6 +70,13 @@ class PB4DrivingInfoFullSFragment :
)
aciv_text_no_service.setmColorList(intArrayOf2)
b4TextClockDate.setOnLongClickListener {
context?.let { ctx->
ToggleDebugView.toggleDebugView.toggle(ctx)
}
true
}
}
override fun initViews(savedInstanceState: Bundle?) {