修改所有上传的问题

This commit is contained in:
md
2021-08-10 20:40:21 +08:00
parent c03b3cb597
commit b51b6eb1b4
10 changed files with 62 additions and 29 deletions

View File

@@ -47,6 +47,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:hint=" ID/手机号"
android:maxLines="1"
android:paddingBottom="20dp"
android:layout_marginRight="35dp"
android:layout_marginLeft="35dp"
@@ -81,6 +82,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:hint=" 请输入密码"
android:maxLines="1"
android:paddingBottom="15dp"
android:layout_marginRight="35dp"
android:layout_marginLeft="35dp"

View File

@@ -258,8 +258,7 @@
app:layout_constraintBottom_toBottomOf="@id/iv_register_check"/>
<Button
android:id="@+id/btn_register"
android:layout_width="300dp"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginTop="20dp"
android:gravity="center"

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-files-path
name="my_images"
path="Android/data/com.navinfo.outdoor/files/Pictures" />
<paths>
<external-path path="Android/data/com.navinfo.outdoor/" name="files_root" />
<external-path path="." name="external_storage_root" />
</paths>