<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:appcompat="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity">
<item
android:id="@+id/action_search"
android:icon="@drawable/search"
appcompat:actionViewClass="android.support.v7.widget.SearchView"
appcompat:showAsAction="ifRoom"
android:title="Search"/>
</menu>
我想改變search image在右上角,目前它是黑色的,我想將它變爲橙色如何自定義android中工具欄上的搜索圖標?
參考http://stackoverflow.com/questions/10445760/how-to-change-the-default-icon-on-the-searchview-to-be-use-in-the-action-bar-on – sasikumar
目前它是黑色的。這是一個圖像有黑色。您必須創建一個顏色爲橙色的圖像。並取代它! –
已經嘗試過,但不能正常工作 –