<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/write"
|
android:layout_height="44dp">
|
|
<EditText
|
android:id="@+id/et_search_top"
|
android:maxLines="1"
|
android:background="@drawable/gray_edit_cricle"
|
android:layout_width="match_parent"
|
android:layout_marginStart="16dp"
|
android:drawableStart="@mipmap/icon_search"
|
android:paddingStart="8dp"
|
android:imeOptions="actionSearch"
|
android:inputType="text"
|
android:drawablePadding="8dp"
|
android:layout_marginEnd="16dp"
|
android:layout_marginTop="8dp"
|
android:textSize="13dp"
|
android:layout_marginBottom="8dp"
|
android:hint="乘客电话、司机电话、车牌号"
|
android:layout_height="match_parent"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|