Browse Source

5.6.9 版本 保存

SpringBoots 9 years ago
parent
commit
1b149b0e3c

+ 2 - 0
WeiChat/src/main/java/com/xzjmyk/pm/activity/ui/account/LoginActivity.java

@@ -175,6 +175,8 @@ public class LoginActivity extends BaseActivity implements View.OnClickListener
         request.setTag(requestTag);
         addDefaultRequest(request);
     }
+    
+    
     /**
      * @desc:登录管理平台
      * @author:Administrator on 2016/2/18 10:53

+ 2 - 8
WeiChat/src/main/res/layout/activity_login.xml

@@ -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>