| | |
| | | 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" |