[6.7.0] ui and interface

This commit is contained in:
EmArrow
2024-09-29 18:08:19 +08:00
parent c1ea86e509
commit c61acd26cd
13 changed files with 53 additions and 29 deletions

View File

@@ -49,6 +49,10 @@ class DataCenterBizProvider:IDataCenterBizProvider {
CallerDataCenterBizListener.invokeLoginStatus(isLogin)
}
override fun notifyOrderID(orderID: String) {
CallerDataCenterBizListener.invokeOrderID(orderID)
}
override fun onDestroy() {
}

View File

@@ -23,7 +23,7 @@
android:id="@+id/overMapView"
android:layout_width="270dp"
android:layout_height="270dp"
android:layout_marginStart="1230dp"
android:layout_marginStart="1530dp"
android:layout_marginTop="1204dp"
app:bottomPadding="160"
app:carDrawable="@drawable/taxt_u_p_map_car"
@@ -197,4 +197,22 @@
app:pressed_enabled="false"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<com.mogo.eagle.core.function.hmi.ui.setting.ToggleDebugViewTrigger
android:layout_width="@dimen/dp_400"
android:layout_height="@dimen/dp_100"
android:longClickable="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<!--APP、MAP版本-->
<com.mogo.eagle.core.function.hmi.ui.widget.VersionNameView
android:id="@+id/viewVersionName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="45dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -8,8 +8,8 @@
android:id="@+id/tvAppVersionName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/dp_28"
android:textColor="#FFBEC6EF"
android:textSize="@dimen/dp_23"
android:textColor="@color/color_80BEC6EF"
android:layout_gravity="center_horizontal"
/>
@@ -17,8 +17,8 @@
android:id="@+id/tvMapVersionName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/dp_28"
android:textColor="#FFBEC6EF"
android:textSize="@dimen/dp_23"
android:textColor="@color/color_80BEC6EF"
android:layout_gravity="center_horizontal"
/>

View File

@@ -27,6 +27,7 @@
<color name="color_D4D8DC">#D4D8DC</color>
<color name="color_B2BED9">#B2BED9</color>
<color name="color_FF1943">#FF1943</color>
<color name="color_80BEC6EF">#80BEC6EF</color>
<color name="color_00FFFFFF">#00FFFFFF</color>
<color name="color_FF1BB7FF">#FF1BB7FF</color>
<color name="color_FF2EACFF">#FF2EACFF</color>