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

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        
        <ImageView
            android:id="@+id/dh_signin_waiting"
            android:layout_centerInParent="true"
            android:layout_width="wrap_content"
            android:layout_height="@dimen/dh_40dp"
            android:background="@drawable/dh_render_00033"/>
    </RelativeLayout>
    
     <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/dh_20dp"
        android:gravity="center">

         <TextView
             android:id="@+id/dh_signin_name"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_centerInParent="true"
             android:gravity="center"
             android:maxLines="1"
             android:text="@string/dh_sigin_history_logining"
             android:textColor="@color/dh_txt_black"
             android:textSize="@dimen/dh_txt_small" />

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

        <Button
            android:id="@+id/dh_signin_change"
            android:layout_width="80dp"
            android:layout_height="30dp"
            android:layout_centerInParent="true"
            android:background="@drawable/dh_change_btn"
            android:text="@string/dh_signin_change"
            android:textColor="@color/dh_peach"
            android:textSize="@dimen/dh_txt_tiny" />
        
    </RelativeLayout>

</LinearLayout>