[singapore]
[tag 修改]
This commit is contained in:
yangyakun
2026-04-15 11:28:01 +08:00
parent 62b37cf4ec
commit fb24a8a90c
7 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ class CommonSlideView @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr) {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "CommonSlideView"
}

View File

@@ -30,7 +30,7 @@ class KeyboarView @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr), View.OnClickListener {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "KeyboarView"
}
private val currentText = StringBuilder()

View File

@@ -16,7 +16,7 @@ class EmptyView @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr),IMogoMapListener {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "EmptyView"
}
private var emptyTitle:String = ""

View File

@@ -17,7 +17,7 @@ class ErrorView @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr),IMogoMapListener {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "ErrorView"
}
private var emptyTitle:String = ""

View File

@@ -19,7 +19,7 @@ class LoadingViewBig @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr),IMogoMapListener {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "LoadingViewBig"
}
private var autopilotLoadingAnimator: ObjectAnimator? = null

View File

@@ -18,7 +18,7 @@ class TaxiSelectView @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr),IMogoMapListener {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "TaxiSelectView"
}
private lateinit var taxiServerTitle:String

View File

@@ -17,7 +17,7 @@ class TaxiSelectViewGroup @JvmOverloads constructor(
defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr),IMogoMapListener {
companion object {
const val TAG = "LoadingMapStatusView"
const val TAG = "TaxiSelectViewGroup"
}
private var checkType:ServerType? by Delegates.observable(null) { _, oldValue, newValue ->