[6.5.0] refactor: 事件弹框 ICON UI 修改;
This commit is contained in:
@@ -74,7 +74,7 @@ class RoadV2NEventWindowView @JvmOverloads constructor(
|
||||
LayoutInflater.from(context).inflate(R.layout.hmi_view_road_v2n_event_window, this, true)
|
||||
}
|
||||
|
||||
val dismissRunnable = Runnable {
|
||||
private val dismissRunnable = Runnable {
|
||||
CallerLogger.i(TAG, "dismissRunnable")
|
||||
visibility = View.GONE
|
||||
}
|
||||
@@ -108,8 +108,8 @@ class RoadV2NEventWindowView @JvmOverloads constructor(
|
||||
containerIconHint.layoutParams = containerIconHintLayoutParams
|
||||
|
||||
val ivV2XImageLayoutParams = ivV2XImage.layoutParams as RelativeLayout.LayoutParams
|
||||
ivV2XImageLayoutParams.width = AutoSizeUtils.dp2px(context, 69f)
|
||||
ivV2XImageLayoutParams.height = AutoSizeUtils.dp2px(context, 69f)
|
||||
ivV2XImageLayoutParams.width = AutoSizeUtils.dp2px(context, 69f + 20f)
|
||||
ivV2XImageLayoutParams.height = AutoSizeUtils.dp2px(context, 69f + 20f)
|
||||
ivV2XImage.layoutParams = ivV2XImageLayoutParams
|
||||
|
||||
val tvV2XHintContentLayoutParams =
|
||||
|
||||
Reference in New Issue
Block a user