|
|
@@ -1,15 +1,13 @@
|
|
|
+<!--登录界面-->
|
|
|
<ScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/login_bg"
|
|
|
android:fillViewport="true">
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
-
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -53,9 +51,5 @@
|
|
|
android:text="登 录"
|
|
|
android:textColor="@color/white" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- </ScrollView>
|
|
|
+</ScrollView>
|