[6.4.0]
[taxi 样式修改]
This commit is contained in:
@@ -70,7 +70,7 @@ object LoginLanDriverSocket : ILoginCallback {
|
||||
FlavorUtils.envType!!
|
||||
)
|
||||
LanSocketManager.sendMsgToClient(msg)
|
||||
BizLoopManager.setLoopFunction(TAG, LoopInfo(60, ::loopCheck))
|
||||
BizLoopManager.setLoopFunction(TAG, LoopInfo(60*10, ::loopCheck))
|
||||
}
|
||||
|
||||
else -> {
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="@dimen/dp_26"
|
||||
android:paddingBottom="@dimen/dp_32"
|
||||
android:paddingStart="@dimen/dp_29"
|
||||
android:paddingEnd="@dimen/dp_29"
|
||||
android:background="@drawable/taxi_order_bg">
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
|
||||
@@ -162,8 +162,8 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/startPoint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@dimen/dp_38"
|
||||
android:layout_height="@dimen/dp_38"
|
||||
android:src="@drawable/taxi_driver_circle_green_big"
|
||||
app:layout_constraintTop_toTopOf="@+id/startStationName"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/startStationName"
|
||||
@@ -182,8 +182,8 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/endPoint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@dimen/dp_38"
|
||||
android:layout_height="@dimen/dp_38"
|
||||
android:src="@drawable/taxi_driver_circle_blue_big"
|
||||
app:layout_constraintTop_toTopOf="@+id/endStationName"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/endStationName"
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="@dimen/dp_26"
|
||||
android:paddingBottom="@dimen/dp_32"
|
||||
android:paddingStart="@dimen/dp_29"
|
||||
android:paddingEnd="@dimen/dp_29"
|
||||
android:background="@drawable/taxi_order_bg">
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
|
||||
Reference in New Issue
Block a user