| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:id="@+id/home_login_parent_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | tools:context="com.hdl.photovoltaic.ui.HomeLoginActivity"> |
| | |
| | | android:layout_height="52dp" |
| | | android:layout_marginTop="@dimen/dp_45" |
| | | android:background="@drawable/yesandnocheck" |
| | | android:enabled="false" |
| | | android:gravity="center" |
| | | android:text="@string/home_login_登录" |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textSize="18sp" |
| | | android:enabled="false" |
| | | 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" /> |