| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:paddingHorizontal="30dp" |
| | | android:background="@color/color_normal_background" |
| | | android:background="?attr/pageBackgroundColor" |
| | | > |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | |
| | | android:layout_marginTop="-20dp" |
| | | app:cardCornerRadius="15dp" |
| | | app:cardElevation="0dp" |
| | | app:cardBackgroundColor="@color/white" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/iv_bg_home"> |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:background="@drawable/bg_login_zhang" |
| | | app:imageUrl="@{viewModel.selectLoginBackgroundLiveData}" |
| | | android:scaleType="centerCrop" |
| | | /> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerHorizontal="true" |
| | | android:layout_marginTop="15dp" |
| | | android:text="欢迎来到张氏APP" |
| | | android:text="欢迎来到本都都家网" |
| | | android:textColor="@color/black" |
| | | android:textSize="20sp" |
| | | android:textStyle="bold" /> |