陈奇
2018-12-07 0e7dd8919ae2811063057f18a4db4156c771448a
app/src/main/res/layout/ac_login_layout.xml
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@mipmap/bg_login"
    android:fitsSystemWindows="true"
    android:fillViewport="true"
    android:fitsSystemWindows="true">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
    android:orientation="vertical">
    <TextView
@@ -135,7 +139,14 @@
        android:textColor="@color/white"
        android:textSize="16sp" />
    <Button
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:text="------------- 支持第三方登陆 -------------"
            android:textColor="@color/dark_gray_txt" />
        <ImageView
        android:id="@+id/weixinlogin"
        style="@style/button_style"
        android:layout_width="@dimen/x44"
@@ -144,3 +155,4 @@
        android:layout_marginTop="@dimen/x2"
        android:background="@mipmap/weixin2" />
</LinearLayout>
</ScrollView>