根据我的观察,下EditText
图分为两部分:一个是保存值的简单网格,另一个是实际的EditText
.
你们中有人知道任何EditText
类似这样的库吗?或者有没有替代的解决方案?谢谢!
例如像这样添加你的布局
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.tokenautocomplete.ContactsCompletionView
android:id="@+id/searchView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</RelativeLayout>
一切都完成了