admin
2021-08-17 c2eadde584b2b99ee2cfd9e282485225281a94db
登录界面有遮挡
2个文件已修改
18 ■■■■ 已修改文件
app/src/main/res/layout/activity_login.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_login_select.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_login.xml
@@ -6,6 +6,7 @@
    android:fitsSystemWindows="true"
    android:orientation="vertical">
    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="48dp">
@@ -30,10 +31,13 @@
            android:visibility="gone" />
    </FrameLayout>
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
            android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:orientation="vertical">
@@ -240,4 +244,6 @@
        </LinearLayout>
    </LinearLayout>
    </ScrollView>
</LinearLayout>
app/src/main/res/layout/activity_login_select.xml
@@ -32,10 +32,14 @@
            android:textSize="15sp" />
    </FrameLayout>
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
            android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:orientation="vertical">
@@ -151,7 +155,7 @@
                android:layout_height="45dp"
                android:layout_gravity="center"
                android:layout_marginLeft="38dp"
                android:layout_marginTop="40dp"
                    android:layout_marginTop="30dp"
                android:layout_marginRight="38dp"
                android:background="@drawable/selector_login_btn"
                android:drawablePadding="8dp"
@@ -264,4 +268,6 @@
        </LinearLayout>
    </LinearLayout>
    </ScrollView>
</LinearLayout>