修改手机号验证的bug

This commit is contained in:
md
2021-08-11 17:10:54 +08:00
parent 2ebe3377fb
commit fb44ae5399
17 changed files with 145 additions and 86 deletions

View File

@@ -7,7 +7,7 @@
<ImageView
android:id="@+id/road_bg"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_height="110dp"
android:background="@drawable/top_bg"
app:layout_constraintTop_toTopOf="parent"/>
<ImageView
@@ -54,7 +54,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="任务说明"
android:padding="5dp"
android:text="点击跳至任务说明"
android:textColor="@color/white"
app:layout_constraintLeft_toLeftOf="@id/tv1"
app:layout_constraintRight_toRightOf="@id/tv1"