修改bug

This commit is contained in:
md
2021-07-23 16:07:37 +08:00
parent e1993e8e54
commit 80dd77772d
11 changed files with 146 additions and 133 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -51,11 +51,11 @@
android:textColor="@color/black"
android:textSize="15sp" />
<TextView
<EditText
android:id="@+id/et_road_name"
android:layout_width="200dp"
android:gravity="center_vertical"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:background="@null" />
</LinearLayout>
@@ -130,7 +130,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="02.拍照 "
android:text="03.拍照 "
android:textColor="@color/black"
android:textSize="16sp" />

View File

@@ -84,7 +84,7 @@
android:id="@+id/tv_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableRight="@drawable/ic_baseline_arrow_forward"
android:drawableRight="@drawable/ic_baseline_navigate"
android:text="提现纪录"
app:layout_constraintBottom_toBottomOf="@+id/tv_unit"
app:layout_constraintEnd_toEndOf="parent"