<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" 
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <RelativeLayout
        android:id="@+id/xunqu_float_btn_account_item_layout"
        android:layout_width="fill_parent"
        android:layout_height="50dp"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true"
        android:background="@drawable/xunqu_account_button_top" >

        <ImageView
            android:id="@+id/xunqu_float_btn_account_item_icon"
            android:layout_width="40dp"
            android:layout_height="40dp"
            android:layout_alignParentLeft="true"
            android:layout_centerVertical="true"
            android:layout_marginLeft="10dp"
            android:src="@drawable/xunqu_title_bar_logo" />

        <ImageView
            android:id="@+id/xunqu_float_btn_account_item_image"
            android:layout_width="30dp"
            android:layout_height="30dp"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
            android:layout_marginRight="10dp"
            android:src="@drawable/xunqu_back_icon" />

        <TextView
            android:id="@+id/xunqu_float_btn_account_item_name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:layout_marginLeft="10dp"
            android:layout_toRightOf="@+id/xunqu_float_btn_account_item_icon"
            android:text="修改密码"
            android:textSize="17dp"
            android:textColor="#000000" />

        <TextView
            android:id="@+id/xunqu_float_btn_account_item_bindPhone"
            android:layout_width="100dp"
            android:layout_height="fill_parent"
            android:layout_alignParentBottom="true"
            android:layout_alignParentTop="true"
            android:layout_marginRight="10dp"
            android:layout_marginLeft="20dp"
            android:layout_toLeftOf="@+id/xunqu_float_btn_account_item_image"
            android:layout_toRightOf="@+id/xunqu_float_btn_account_item_name"
            android:gravity="center|right"
            android:singleLine="true"
            android:text="未绑定"
            android:textColor="#FF0000"
            android:visibility="gone" />

    </RelativeLayout>

</RelativeLayout>