Android Labels or Bubbles in EditText(EditText 中的 Android 标签或气泡)
问题描述
有人能指出正确的方向吗?EditText 类似于您在添加圈子或联系人时想要在 Stream for Google+ 中撰写内容时看到的那些?Rectangle 是一个自动完成的编辑文本.
Can someone please point me in the right direction how to do those bubbles or labels in the EditText something like those you see when you want to compose something in Stream for Google+ when you add a circle or contact? The Rectangle is an auto complete edittext.
推荐答案
您所显示的是与 SMS 股票应用程序相同的行为.在这里搜索代码,看看它是如何完成的.
What you are showing is the same behavior as the SMS stock application. Search for the code here to see how it's done.
代码应位于 platform_packages_apps_mms 中.看看 RecipientsEditor 类.
The code should be in platform_packages_apps_mms. Take a look at the RecipientsEditor class.
这篇关于EditText 中的 Android 标签或气泡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:EditText 中的 Android 标签或气泡
基础教程推荐
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01