搜索栏就像在Android的Twitter的应用程序

问题描述:

我wounder如果有关于如何创建一个搜索栏,就像在Android的Twitter的应用程序的一些例子吗?
http://2.bp.blogspot.com/_GTM_W5mVPTU/S-rmYdiUTCI/AAAAAAAAAEE/hIO9GD53SLc/s1600/search2.png
结果
而且我想知道的弹出窗口。

I wounder if there some example on how to create a searchbar just like twitter app in android? http://2.bp.blogspot.com/_GTM_W5mVPTU/S-rmYdiUTCI/AAAAAAAAAEE/hIO9GD53SLc/s1600/search2.png
and also I wonder about the popup.

有什么样?

有关的搜索栏,我只想实现一个处理您的应用程序内的搜索操作的自定义活动。如果您发现,当你从内微博preSS搜索它把你带到一个全新的屏幕,与酒吧在顶部,低于一个地址栏,然后提出建议的一个ListView。这只是看起来像一个自定义的活动,我认为模仿内置的搜索功能。我可能是错的,但我知道没有办法来定制内置的搜索栏,在很大程度上。

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.

至于弹出,看这个问题的答案:http://*.com/questions/3059155/android-quick-actions-ui-pattern

As for the popup, look at the answers to this question: http://*.com/questions/3059155/android-quick-actions-ui-pattern