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="queryBackground">@color/DarkYellow</item> <item name="android:background">@color/MainYellow</item>