| | |
| | | android:id="@+id/home_login_parent_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@drawable/logo_bj" |
| | | android:background="@drawable/login" |
| | | tools:context="com.hdl.photovoltaic.ui.LoginActivity"> |
| | | |
| | | <androidx.core.widget.NestedScrollView |
| | |
| | | android:layout_height="0.5dp" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="#FF5A5A5A" |
| | | android:background="@color/text_1AFFFFFF" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_account_et" /> |
| | |
| | | android:id="@+id/home_login_line2_v" |
| | | android:layout_width="0dp" |
| | | android:layout_height="0.5dp" |
| | | android:background="#FF5A5A5A" |
| | | android:background="@color/text_1AFFFFFF" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line1_v" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line1_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_password_et" /> |
| | |
| | | android:gravity="center" |
| | | android:text="@string/home_login_logoin" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="18sp" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line2_v" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_forget_password_tv" /> |
| | |
| | | android:background="@drawable/yesandnoselected" /> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_6" |
| | | android:layout_width="@dimen/dp_8" |
| | | android:layout_height="match_parent" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_40" |
| | | android:layout_marginStart="@dimen/dp_6" |
| | | android:gravity="start|center" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dp_0" |
| | | android:singleLine="false" |
| | | android:tag="click" |
| | | android:text="@string/home_login_consent_service_agreement" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | android:textSize="@dimen/text_12" /> |
| | | </LinearLayout> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.core.widget.NestedScrollView> |