[8.5.0]
[singapore] [tag 修改]
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user