<?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">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingStart="@dimen/feedback_row_padding"
        android:paddingEnd="@dimen/feedback_row_padding"
        android:layout_marginTop="@dimen/feedback_row_padding"
        android:textColor="@color/feedbackTitle"
        android:gravity="start"
        android:textStyle="normal"
        android:textSize="17sp"
        android:id="@+id/auryc_matrix_text_view">
    </TextView>
    <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:id="@+id/auryc_matrix_table_layout"
        android:layout_weight="1">

    </TableLayout>

</LinearLayout>