<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/companion_extension" android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ViewStub android:id="@id/compact_companion_extension_stub" android:layout="@layout/compact_companion_extension" android:inflatedId="@id/compact_companion_extension" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    <ViewStub android:id="@id/prefilled_form_companion_extension_stub" android:layout="@layout/prefilled_form_companion_extension" android:inflatedId="@id/prefilled_form_companion_extension" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
