<?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:id="@+id/default_editable_spinner_item"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@drawable/default_editable_spinner_item_background"
|
android:paddingBottom="12dp"
|
android:paddingLeft="12dp"
|
android:paddingRight="12dp"
|
android:paddingTop="12dp"
|
android:textSize="16sp"
|
android:textColor="#323232"/>
|
</LinearLayout>
|