How to build Gmail like search box in the action bar?

后端 未结 7 1657
一整个雨季
一整个雨季 2020-12-07 23:14

I am currently using SearchView widget inside ActionBarcompat to filter a list while searching.

When the user starts entering text the Li

7条回答
  •  囚心锁ツ
    2020-12-07 23:59

    You need to use collapseActionView attribute.

    The collapseActionView attribute allows your SearchView to expand to take up the whole action bar and collapse back down into a normal action bar item when not in use.

    For example:

    
    
        
    
    

提交回复
热议问题