<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content">
<!--<View-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="0.5dp"-->
<!--android:background="#dddddd"/>-->
<TextView
android:id="@+id/tv_searchClear"
android:layout_width="match_parent"
android:layout_height="45dp"
android:background="@color/white"
android:text="清除搜索历史"
android:textColor="@color/hintColor"
android:gravity="center"
android:textSize="15sp"/>
</LinearLayout>
|