wjc
2023-06-19 a1ac20d9cbe90b566bffe3ed39a6e07700c3248f
app/src/main/res/layout/activity_home_login.xml
@@ -2,6 +2,7 @@
<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">
@@ -213,11 +214,11 @@
        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" />