[8.1.0]
[b1] [fea] [卡片类型变化]
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user