<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout android:padding="16.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceSubhead" android:id="@id/response_text" android:layout_width="0.0dip" android:layout_height="wrap_content" yt:layout_constraintBottom_toTopOf="@id/subtext" yt:layout_constraintEnd_toStartOf="@id/buttons_view" yt:layout_constraintStart_toStartOf="parent" yt:layout_constraintTop_toTopOf="parent" yt:layout_constraintVertical_chainStyle="packed" yt:robotoFont="medium" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceCaption" android:id="@id/subtext" android:layout_width="0.0dip" android:layout_height="wrap_content" yt:layout_constraintBottom_toBottomOf="parent" yt:layout_constraintEnd_toEndOf="@id/response_text" yt:layout_constraintStart_toStartOf="@id/response_text" yt:layout_constraintTop_toBottomOf="@id/response_text" />
    <LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/buttons_view" android:layout_width="wrap_content" android:layout_height="wrap_content" yt:layout_constraintBottom_toBottomOf="parent" yt:layout_constraintEnd_toEndOf="parent" yt:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>
