blob: 0e5960888706d4e09663e8aea81ba8ca5ae94b23 [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background"
android:animateLayoutChanges="true"
android:orientation="vertical">
<include layout="@layout/header"/>
<FrameLayout
android:id="@+id/fragment_holder"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>