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

    <TextView xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/dropdown_item_text"
        style="?android:attr/spinnerItemStyle"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/feedback_row_padding"
        android:layout_marginEnd="@dimen/feedback_row_padding"
        android:paddingTop="@dimen/dropdown_row_padding"
        android:paddingBottom="@dimen/dropdown_row_padding"
        android:ellipsize="none"
        android:singleLine="false"
        android:textAlignment="viewStart"/>
</LinearLayout>