| | |
| | | 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" |
| | |
| | | <TextView |
| | | android:id="@+id/user_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_16" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_18" |
| | |
| | | <TextView |
| | | android:id="@+id/user_account_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_8" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_14" |