<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <include layout="@layout/custom_port_dialog_action_bar"/>
    <RelativeLayout
        android:id="@+id/container_icon"
        android:layout_width="200dp"
        android:layout_height="51dp"
        android:orientation="horizontal"
        android:layout_marginRight="30dp"
        android:layout_alignParentRight="true"
        >
        <ImageView
            android:layout_width="40dp"
            android:layout_height="40dp"
            android:src="@drawable/taobao"
            android:layout_alignParentLeft="true"
            android:layout_centerVertical="true"
            />
    </RelativeLayout>
</RelativeLayout>