<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:paddingTop="@dimen/feedback_row_padding">

    <LinearLayout
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="@dimen/feedback_row_padding">

        <androidx.appcompat.widget.AppCompatTextView
            android:id="@+id/cellTextView"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textColor="@color/feedbackTitle"
            android:gravity="center"
            android:textStyle="normal"
            android:textSize="17sp"
            android:paddingStart="@dimen/feedback_row_padding"
            android:paddingEnd="@dimen/feedback_row_padding"
            tools:ignore="RtlSymmetry"
            >

        </androidx.appcompat.widget.AppCompatTextView>

        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:orientation="horizontal"
            android:layout_gravity="center">

            <LinearLayout
                android:orientation="vertical"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:gravity="center"
                android:layout_marginTop="@dimen/feedback_row_padding">

                <LinearLayout
                    android:orientation="horizontal"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content">

                    <Button
                        android:id="@+id/npsButton_0"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_0"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_1"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_1"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_2"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_2"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_3"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_3"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_4"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_4"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_5"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:text="@string/nps_5"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                </LinearLayout>


                <LinearLayout
                    android:orientation="horizontal"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="@dimen/feedback_row_padding">

                    <Button
                        android:id="@+id/npsButton_6"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_6"
                        android:textColor="@color/feedback_light_gray"
                        android:background="@drawable/round_button_normal"/>

                    <Button
                        android:id="@+id/npsButton_7"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_7"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_8"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_8"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_9"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:layout_marginEnd="@dimen/nps_column_padding"
                        android:text="@string/nps_9"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>

                    <Button
                        android:id="@+id/npsButton_10"
                        android:layout_width="@dimen/nps_button_size"
                        android:layout_height="@dimen/nps_button_size"
                        android:text="@string/nps_10"
                        android:background="@drawable/round_button_normal"
                        android:textColor="@color/feedback_light_gray"/>
                </LinearLayout>

            </LinearLayout>

        </LinearLayout>

    </LinearLayout>
</LinearLayout>