Searchbar just like twitter app in android

喜欢而已 提交于 2019-12-08 05:23:28
Mark B

For the search bar, I would just implement a custom Activity that handles the search action within your app. If you notice, when you press search from within Twitter it takes you to an entire new screen, with that bar at the top, a location bar below that, and then a ListView of suggestions. That just looks like a custom Activity to me that mimics the built in search function. I could be wrong, but I know of no way to customize the built in search bar that heavily.

As for the popup, look at the answers to this question: Android Quick Actions UI Pattern

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!