Styling Search View on Android (min21)
问题 I'm trying to customize my search bar on Android Studio for my application. The result I'd like to achieve is the one here: My Search bar and the Quora's one I'm trying to follow G's documentation (https://developer.android.com/guide/topics/search/search-dialog.html) without results. Here's my code: Styles.xml <style name="CustomSearchViewStyle" parent="Widget.AppCompat.SearchView"> <item name ="voiceIcon">@drawable/ic_flag</item> <item name="searchIcon">@drawable/ic_search</item> <item name=