增加二维码

This commit is contained in:
2023-05-26 16:06:45 +08:00
parent ba9a7688db
commit 8598e6f861
15 changed files with 563 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.main.MainActivity">
</androidx.constraintlayout.widget.ConstraintLayout>