Android 下拉列表(iPhone 风格)
谁能告诉我这个小部件是什么或者如何重新创建它?我必须移植 iPhone 应用程序,我的老板希望我让它看起来尽可能相似,但同时使用 Android 控件。这是 Android 中的图片:
http://cdn3.staztic。 com/screenshots/android-swim-32-2.jpg
谢谢!
Could anyone tell me either what this widget is or how it could be recreated? I'm having to port over a iPhone app, and my boss wants me to make it look as similar as possible, but while using android controls. Here is a picture of it in Android:
http://cdn3.staztic.com/screenshots/android-swim-32-2.jpg
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这不是一个标准的东西,但为此目的,有一个: QuickAction 对话框。
It is not a standard thing, but for this purpose, there is a: QuickAction dialog.
这可以通过 PopupWindow(也可以显示为下拉菜单)来完成,其中背景是自定义的九个补丁文件,内容是列表视图(或适合您需要的任何其他视图)。
this can be done with a PopupWindow (it can also be shown as dropdown) where the background is a custom nine-patch file and the content is a listview (or any other view that fits your needs).
我确信 GreenDroid Library 可以做到这一点,但我不知道该类的名称使用
I'm sure that GreenDroid Library can do this but I don't know the name of the class to use