fix:
update:更新图标,增加健康码模块
This commit is contained in:
2022-03-02 10:15:09 +08:00
parent 25b0d5d542
commit f6307220f2
25 changed files with 613 additions and 67 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragment.SecondFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_weight="3"
android:layout_height="0dp">
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_weight="2"
android:layout_height="0dp">
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
</FrameLayout>