mac
2024-10-22 572e05ea7dc60efc7721809b5155c1e01a78913a
app/src/main/res/layout/activity_home_login.xml
@@ -8,6 +8,18 @@
    android:background="@color/text_FFFFFFFF"
    tools:context="com.hdl.photovoltaic.ui.LoginActivity">
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:maxLines="1"
        android:layout_height="match_parent"
        android:fillViewport="true"
        android:overScrollMode="never">
        <androidx.constraintlayout.widget.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    <ImageView
        android:layout_width="0dp"
        android:layout_height="612dp"
@@ -303,6 +315,7 @@
            android:textColor="@color/text_FF000000"
            android:textSize="@dimen/text_14" />
    </LinearLayout>
        </androidx.constraintlayout.widget.ConstraintLayout>
    </androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>