<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
android:gravity="center"
|
>
|
|
<LinearLayout
|
android:layout_width="355dp"
|
android:layout_height="wrap_content"
|
android:background="@drawable/com_xy_login_white_bg"
|
android:orientation="horizontal" >
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/xy_toast_login_success" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:padding="8dp"
|
android:orientation="vertical" >
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="2dp"
|
android:orientation="horizontal" >
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="为了您的账号安全,请尽快前往悬浮窗内"
|
android:lines="1"
|
android:textColor="@color/text_4c"
|
android:textSize="10sp" />
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:lines="1"
|
android:text="绑定手机"
|
android:textColor="@color/red"
|
android:textSize="10sp" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="6dp"
|
android:orientation="horizontal" >
|
|
<LinearLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:orientation="vertical" >
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal" >
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="账号:"
|
android:textColor="@color/text_4c"
|
android:textSize="12sp" />
|
|
<TextView
|
android:id="@+id/toast_username"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:lines="1"
|
android:text="MG"
|
android:textColor="#ff8f17"
|
android:textSize="12sp" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal" >
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="密码:"
|
android:textColor="@color/text_4c"
|
android:textSize="12sp" />
|
|
<TextView
|
android:id="@+id/toast_pwd"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:lines="1"
|
android:text="MG"
|
android:textColor="#ff8f17"
|
android:textSize="12sp" />
|
</LinearLayout>
|
</LinearLayout>
|
|
<TextView
|
android:id="@+id/toast_save_to_image"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/xy_quick_login_save_bg"
|
android:layout_gravity="center_vertical"
|
android:paddingBottom="8dp"
|
android:paddingLeft="8dp"
|
android:paddingRight="8dp"
|
android:paddingTop="8dp"
|
android:text="保存到相册(5)"
|
android:textColor="@color/white"
|
android:textSize="12sp" />
|
</LinearLayout>
|
</LinearLayout>
|
</LinearLayout>
|
|
</LinearLayout>
|