Why don't AppCompat v21 SearchView styles work in my app?
问题 I am trying to follow the "SearchView Widget" section in this blogpost to style my SearchView. I have added searchIcon , queryBackground and submitBackground values in my res/values-v21/styles.xml but the styles don't seem to apply: I am posting the code of the SSCCE and also posting the zipped eclipse project here , in case somebody will like to try it. SSCCE res/values-v21/styles.xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="AppBaseTheme"> <!-- <item