<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/dh_dialog"
    android:orientation="vertical">

    <include
        android:visibility="gone"
        layout="@layout/dh_head_dialog" />

    <RelativeLayout
        android:layout_marginTop="@dimen/dh_vertial_margin"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <ImageView
            android:layout_centerInParent="true"
            android:layout_width="match_parent"
            android:layout_height="0.5dp"
            android:background="@color/dh_txt_gray_light" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:background="@color/dh_white"
            android:paddingLeft="@dimen/dh_vertial_margin"
            android:paddingRight="@dimen/dh_vertial_margin"
            android:text="@string/dh_signin_way"
            android:textColor="@color/dh_txt_gray_light"
            android:textSize="@dimen/dh_txt_tiny" />

    </RelativeLayout>

    <ListView
        android:paddingTop="@dimen/dh_8dp"
        android:id="@+id/dh_signin_list"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:divider="@color/dh_white"
        android:dividerHeight="@dimen/dh_16dp">

    </ListView>

    <LinearLayout
        android:id="@+id/dh_extra_layer"
        android:orientation="vertical"
        android:layout_marginBottom="@dimen/dh_vertial_margin"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <RelativeLayout
            android:id="@+id/dh_extra_line"
            android:layout_marginTop="@dimen/dh_8dp"
            android:layout_marginBottom="@dimen/dh_8dp"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">

            <ImageView
                android:layout_width="match_parent"
                android:layout_height="0.5dp"
                android:layout_centerInParent="true"
                android:background="@color/dh_txt_gray_light" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerInParent="true"
                android:background="@color/dh_white"
                android:paddingLeft="@dimen/dh_vertial_margin"
                android:paddingRight="@dimen/dh_vertial_margin"
                android:text="@string/dh_or"
                android:textColor="@color/dh_txt_gray_light"
                android:textSize="@dimen/dh_txt_tiny" />

        </RelativeLayout>

        <Button
            android:id="@+id/dh_signin_extra"
            android:layout_width="match_parent"
            android:layout_height="@dimen/dh_btn_thick"
            android:layout_gravity="center"
            android:background="@drawable/dh_btn_orange_bg"
            android:text="@string/dh_signin_dianhun"
            android:textColor="@color/dh_txt_white"
            android:textSize="@dimen/dh_txt_small" />
        
        <TextView
            android:id="@+id/dh_quick_start"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingTop="12dp"
            android:gravity="center"
            android:text="@string/dh_signin_quickstart"
            android:textColor="@color/dh_txt_blue"
            android:textSize="@dimen/dh_txt_small" />

    </LinearLayout>

    <TextView
        android:id="@+id/dh_link_hint"
        android:visibility="gone"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/dh_vertial_margin"
        android:gravity="center"
        android:textColor="@color/dh_orange"
        android:textSize="@dimen/dh_txt_tiny"/>


</LinearLayout>