[6.7.0-tmp] fixbug

This commit is contained in:
EmArrow
2024-09-12 14:52:42 +08:00
parent 5e3b75c730
commit 2a80dca6fd

View File

@@ -13,6 +13,6 @@ class CarInfoTabView @JvmOverloads constructor(
) : ConstraintLayout(context, attrs, defStyleAttr){
init {
LayoutInflater.from(context).inflate(R.layout.view_bone_tab, this, true)
LayoutInflater.from(context).inflate(R.layout.view_car_info_tab, this, true)
}
}
}x