wjc
2024-12-11 f21dcea3e5f6fc7bfc51b3ddc6ff9764fb93bfdb
app/src/main/res/layout/activity_qr_code_main.xml
@@ -4,9 +4,18 @@
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bj"
    android:background="@color/text_FF161616"
    tools:context=".ui.me.QrCodeMainActivity">
    <androidx.constraintlayout.widget.ConstraintLayout
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:background="@drawable/bj"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
    <include
        android:id="@+id/toolbar_top_rl"
        layout="@layout/toolbar_top_view_44"