3
如何更改SearchView的默認搜索圖標?Android:SearchView組件更改圖標(無ActionBar)
<SearchView
android:id="@+id/searchView"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
我沒有使用actionBar。可能嗎?怎麼樣?
我使用這個主題@android:style/Theme.Holo.NoActionBar。 –
因此,現在是更新到appcompat的好時機 –