<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
>
<include layout="@layout/gap"/>
<android.support.constraint.ConstraintLayout
android:id="@+id/clPartialPassSurvey"
android:layout_width="match_parent"
android:layout_height="32dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
>
<TextView
android:id="@+id/tvHeader"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:text="ХАРАКТЕРИСТИКА"
android:textAllCaps="true"
android:textAppearance="@style/DescrAppearance.Title.HeaderBlock"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
/>
<ImageView
android:id="@+id/ivHeader"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginRight="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_header_survey"
/>
</android.support.constraint.ConstraintLayout>
<include layout="@layout/partial_header_gap"/>
<FrameLayout
android:id="@+id/frame_feature"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</LinearLayout>
android:layout_width="match_parent"
android:layout_height="wrap_content"