Android SDK 22 – SearchView rendering problems

Edit

Change your android version on your designer preview into your current version depend on your Manifest. rendering problem caused your designer preview used higher API level than your current android API level.


It should work

Just change the api 22 to 21 in android xml layout

enter image description here

Leave a Comment