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

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <com.mayi.fastdevelop.view.CustomTitleBar
        android:id="@+id/title1"
        android:layout_width="match_parent"
        android:layout_height="@dimen/size_50"
        android:layout_marginTop="@dimen/size_20" />

    <com.mayi.fastdevelop.view.CustomTitleBar
        android:id="@+id/title2"
        android:layout_width="match_parent"
        android:layout_height="@dimen/size_50"
        android:layout_marginTop="@dimen/size_20" />

    <com.mayi.fastdevelop.view.CustomTitleBar
        android:id="@+id/title3"
        android:layout_width="match_parent"
        android:layout_height="@dimen/size_50"
        android:layout_marginTop="@dimen/size_20" />

    <com.mayi.fastdevelop.view.CustomTitleBar
        android:id="@+id/title4"
        android:layout_width="match_parent"
        android:layout_height="@dimen/size_50"
        android:layout_marginTop="@dimen/size_20" />

    <com.mayi.fastdevelop.view.CustomTitleBar
        android:id="@+id/title5"
        android:layout_width="match_parent"
        android:layout_height="@dimen/size_50"
        android:layout_marginTop="@dimen/size_20" />

</LinearLayout>