电话逻辑,充电桩接口,修改一部分bug

This commit is contained in:
wds
2021-07-15 18:32:22 +08:00
parent 139865fdd9
commit cbd0a10313
18 changed files with 529 additions and 266 deletions

View File

@@ -41,7 +41,7 @@
android:background="@color/white"
android:digits="1234567890"
android:hint="010"
android:maxLength="3"
android:maxLength="4"
android:inputType="phone|number"
android:textColor="#333"
android:textSize="15sp"
@@ -54,7 +54,7 @@
android:id="@+id/tv_view"
android:layout_width="4dp"
android:layout_height="18dp"
android:text="-"
android:text="——"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"