| | |
| | | <?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 |
| | |
| | | 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" |
| | |
| | | android:layout_marginTop="@dimen/x2" |
| | | android:background="@mipmap/weixin2" /> |
| | | </LinearLayout> |
| | | </ScrollView> |