commit
92e2276cb1
@ -1,14 +1,15 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<androidx.appcompat.widget.SearchView xmlns:android="http://schemas.android.com/apk/res/android" |
<androidx.appcompat.widget.SearchView |
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:id="@+id/search_view" |
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
android:theme="?attr/actionBarStyle" |
android:id="@+id/search_view" |
||||||
android:background="@drawable/bg_searchview" |
android:theme="?attr/actionBarStyle" |
||||||
android:layout_width="match_parent" |
android:background="@drawable/bg_searchview" |
||||||
android:layout_height="34dp" |
android:layout_width="match_parent" |
||||||
android:layout_marginTop="8dp" |
android:layout_height="34dp" |
||||||
android:layout_marginBottom="8dp" |
android:layout_marginTop="8dp" |
||||||
android:imeOptions="actionSearch" |
android:layout_marginBottom="8dp" |
||||||
app:defaultQueryHint="搜索" |
android:imeOptions="actionSearch" |
||||||
app:queryBackground="@null" |
app:queryBackground="@null" |
||||||
app:submitBackground="@color/transparent" /> |
app:submitBackground="@null" |
||||||
|
app:defaultQueryHint="搜索"/> |
Loading…
Reference in new issue