I have added a search view in my android app by using "android.support.v7.widget.SearchView",but it is not displaying the up button when i click on it.It is howing the X button.How to get the up button?
I am getting this image enter image description here
but i want the below image which has an up button when click on the search view and on click of up button search view should close enter image description here
See you can not have this home button thing in all version like the image you shared. But you can do few tricks for it.
If you are not intersted in making any view, then you have to use
}