AutoCompleteTextView 裁剪最后一行
我有一个 AutoCompleteTextView,其列表是从自定义 ArrayAdapter 加载的。
在视图中,我有两行,第一行是名称,第二行是电子邮件 ID。
我的问题是,当列表中有单个项目时,它会裁剪该项目。 (请参阅附图)
知道如何解决此问题吗?
提前致谢。
更新:看起来像是一个褪色问题,有人可以帮助我消除褪色吗?
I have a AutoCompleteTextView, the list for which is loaded from a custom ArrayAdapter.
In the view, I have 2 lines one name and second is email id.
My problem is that when I have a single item in the list, it crops the item. (Please see the attached image)
Any Idea how to fix this?
Thanks in advance.
Update: looks like a fading issue, can some one help me in removing the fading for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 @Sat 所建议的,最小高度对我来说很有效。
看起来好多了,但是仍然出现垂直滚动。
As @Sat suggested, min Height did the trick for me.
It looks better, but vertical scroll still appears.