| | |
| | | <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=".ui.Login.HomeLoginActivity"> |
| | | tools:context="com.hdl.photovoltaic.ui.HomeLoginActivity"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/home_login_server_iv" |
| | |
| | | <View |
| | | android:id="@+id/home_login_line1_v" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_height="0.5dp" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@color/text_E1E1E1" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_account_text_error_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_width="2dp" |
| | | android:layout_height="14dp" |
| | | android:layout_marginTop="2dp" |
| | | android:textColor="@color/text_D34545" |
| | | android:textSize="12sp" |
| | |
| | | <View |
| | | android:id="@+id/home_login_line2_v" |
| | | android:layout_width="0dp" |
| | | android:layout_height="1dp" |
| | | android:layout_height="0.5dp" |
| | | android:background="@color/text_E1E1E1" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line1_v" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line1_v" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_register_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_width="32dp" |
| | | android:layout_height="17dp" |
| | | android:layout_marginTop="@dimen/dp_24" |
| | | android:text="@string/home_login_注册" |
| | | android:textColor="@color/text_245EC3" |
| | |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_line2_v" /> |
| | | <!--登录--> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="52dp" |
| | | android:layout_marginTop="@dimen/dp_45" |
| | | android:layout_marginTop="44dp" |
| | | 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_constraintHorizontal_bias="0.0" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_forget_password_tv" /> |
| | | |
| | |
| | | android:layout_marginTop="@dimen/dp_208" |
| | | android:background="@drawable/yesandnoselected" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_forget_password_tv" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_privacy_tv" |