searchview customize close icon
问题 I used the code below it did not work : error: Error: No resource found that matches the given name: attr 'searchViewCloseIcon'.How do I change the close icon in searchview .I really appreciate any help.Thanks in advance.I also saw this link Android SearchView X mark icon but cannot implement it .Also its not action bar only search view in styles.xml in values folder <style name="Theme" parent="AppBaseTheme"> <item name="android:searchViewCloseIcon">@android:drawable/ic_search_close</item> <