<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/dh_pay_list_item"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/dh_white"
    android:padding="10dp" >

    <ImageView
        android:id="@+id/dh_pay_item_img"
        android:layout_width="60dp"
        android:layout_height="60dp"
        android:layout_marginLeft="5dp"
        android:layout_marginRight="15dp"
        android:src="@drawable/dh_pay_mycard_icon"/>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_centerVertical="true"
        android:layout_toRightOf="@id/dh_pay_item_img"
        android:orientation="vertical" >

        <TextView
            android:id="@+id/dh_pay_item_title"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="Google play"
            android:textColor="@color/dh_txt_black"
            android:textSize="16sp" />

        <TextView
            android:id="@+id/dh_pay_item_desc"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="4dp"
            android:text="Pay via Google Wallet"
            android:textColor="@color/dh_txt_gray_dark"
            android:textSize="12sp" />
    </LinearLayout>

</RelativeLayout>