This commit is contained in:
jinyuer
2021-01-20 13:51:59 +08:00
parent 3b65534a1e
commit 6973347c61
12 changed files with 393 additions and 43 deletions

View File

@@ -69,8 +69,8 @@
<ImageView
android:id="@+id/iv_code"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="50dp"
android:src="@mipmap/qrcode" />