<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <FrameLayout android:id="@id/primary_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <View android:background="?ytSeparator" android:layout_width="@dimen/line_separator_height" android:layout_height="fill_parent" />
    <FrameLayout android:id="@id/detail_layout" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
</LinearLayout>
