Scroll SearchView to the top - searchView is in the middle of fragment
问题 I have a searchView in the middle of fragment. When I tap on it, it expand a keyboard which cover list (which is under the searchView) and place for writing queries (searchView). Is there any possibility to somehow scroll to the top whole layout when tap on search icon? Currently I set all the views above searchView to myViews.visibility = View.GONE and I've received proper behaviour but I am not sure if this is correct - especially since above searchView I have a map. What's your opinion?