[b1]
[fea]
[卡片类型变化]
This commit is contained in:
yangyakun
2025-06-20 18:56:22 +08:00
parent 9aae84ecc5
commit b11696fd8b
2 changed files with 2 additions and 3 deletions

View File

@@ -66,8 +66,7 @@
android:id="@+id/roadV2NEventWindowView" android:id="@+id/roadV2NEventWindowView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="-70dp" android:layout_marginStart="@dimen/dp_12"
android:layout_marginRight="14dp"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/bpmsgBubble" app:layout_constraintTop_toBottomOf="@+id/bpmsgBubble"
android:visibility="gone"/> android:visibility="gone"/>

View File

@@ -94,7 +94,7 @@ class RoadV2NEventWindowView @JvmOverloads constructor(
private fun initView() { private fun initView() {
if (isPassengerScreen) { if (isPassengerScreen) {
if (isB1) { if (isB1) {
setB2PassengerScreenView() setTaxiPassengerScreenView()
} else { } else {
setTaxiPassengerScreenView() setTaxiPassengerScreenView()
} }