[8.4.0]
[debug] [b4]
This commit is contained in:
@@ -21,6 +21,7 @@ import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business_charter
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business_shuttle_B1
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business_shuttle_B2
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business_shuttle_B4
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business_sweeper
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_business_taxi
|
||||
import kotlinx.android.synthetic.main.biz_login_business_view.view.actv_debugview
|
||||
@@ -66,6 +67,7 @@ class BusinessView : ConstraintLayout, BusinessViewModel.IErrorInfoViewCallback
|
||||
|
||||
actv_business_shuttle_B1.onClick { swtichBusiness(Product.SHUTTLE, Vehicle.B1) }
|
||||
actv_business_shuttle_B2.onClick { swtichBusiness(Product.SHUTTLE,Vehicle.B2) }
|
||||
actv_business_shuttle_B4.onClick { swtichBusiness(Product.SHUTTLE,Vehicle.B4) }
|
||||
actv_business_bus_B1.onClick { swtichBusiness(Product.BUS,Vehicle.B1) }
|
||||
actv_business_bus_B2.onClick { swtichBusiness(Product.BUS,Vehicle.B2) }
|
||||
actv_business_taxi.onClick { swtichBusiness(Product.TAXI,Vehicle.T1T2) }
|
||||
|
||||
@@ -78,6 +78,21 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/actv_business_charter" />
|
||||
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/actv_business_shuttle_B4"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/dp_20"
|
||||
android:paddingBottom="@dimen/dp_20"
|
||||
android:gravity="center"
|
||||
android:text="接驳模式B4"
|
||||
android:textColor="@color/white"
|
||||
app:layout_constraintBottom_toTopOf="@+id/actv_business_taxi"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/actv_business_charter" />
|
||||
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/actv_business_taxi"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user