[m2] 滑动状态栏,不应该触发地图滑动

This commit is contained in:
renwj
2023-03-15 18:14:24 +08:00
parent 4f76f60758
commit fae152908b

View File

@@ -40,6 +40,8 @@ class M2StatusBarView @JvmOverloads constructor(
init {
LayoutInflater.from(context).inflate(R.layout.p_m2_view_status_bar, this, true)
setBackgroundColor(Color.parseColor("#80FFFFFF"))
isClickable = true
isFocusable = true
}