<?xml version="1.0" encoding="utf-8"?>
|
<android.support.v7.widget.CardView
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:background="@android:color/white"
|
android:layout_marginTop="@dimen/dimen8"
|
android:layout_marginStart="@dimen/fab_margin"
|
android:layout_marginEnd="@dimen/fab_margin"
|
app:cardElevation="@dimen/dimen8"
|
app:cardCornerRadius="@dimen/dimen8"
|
android:alpha="0.7">
|
|
<android.support.constraint.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:padding="@dimen/dimen8">
|
<Spinner
|
android:id="@+id/spinner_search"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
</Spinner>
|
</android.support.constraint.ConstraintLayout>
|
</android.support.v7.widget.CardView>
|