<?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="wrap_content"
    android:orientation="vertical"
    android:layout_gravity="center"
    android:gravity="center">

    <TextView
        android:id="@+id/TextViewDescription"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/DIP30"
        android:layout_marginLeft="@dimen/DIP10"
        android:layout_marginRight="@dimen/DIP10"
        android:layout_marginTop="@dimen/DIP30"
        android:gravity="center"
        android:textSize="@dimen/SP18"/>

    <include layout="@layout/apm_v_line_include"/>

</LinearLayout>