Android GUI 控件名称
我仍在学习 android,我有一些控件,我不知道它叫什么:
第一个是这样的:
>将“holder”复制并粘贴到三星选项卡消息传递的默认应用程序中。
第二个是:
“目录”、“书签”等的持有者。
我们如何称呼这些控件?
I am still learning android and I have some controls which I dont know what its called:
The first one is this:
the copy and paste "holder" in the default app of samsung tab messaging.
2nd is the:
the holder of "table of contents", "bookmarks", etc.
What do we call these controls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些称为 QuickActions,最初是在 Google 开发的 Android 应用程序 Twitter 中实现的。这是一篇关于这些模式的优秀 Google 博客文章: Android 版 Twitter:深入了解 Android 不断演变的 UI 模式。 QuickContactBadge 就是 API 级别 5 中添加的此类元素之一。
These are called QuickActions, and were initially implemented in the Twitter for Android app, developed by Google. Here's an excellent Google blog article with these patterns: Twitter for Android: A closer look at Android’s evolving UI patterns. The QuickContactBadge is one such element that was added in API Level 5.