[taxi_p]
[speed unit]
This commit is contained in:
yangyakun
2024-01-04 18:50:30 +08:00
parent bc4ac135f1
commit 0994feedfc
2 changed files with 2 additions and 2 deletions

View File

@@ -43,6 +43,6 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/actv_speed_value"
app:layout_constraintEnd_toEndOf="parent"
android:text="KM/h" />
android:text="KM/H" />
</merge>

View File

@@ -43,6 +43,6 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/actv_speed_value"
app:layout_constraintEnd_toEndOf="parent"
android:text="KM/h" />
android:text="KM/H" />
</merge>