<?xml version="1.0" encoding="utf-8"?>

<merge xmlns:android="http://schemas.android.com/apk/res/android">

    <ImageView
        android:id="@+id/card_separator"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:src="@drawable/card_separator" />

</merge>