列表视图中的项目将显示在单行中
我创建了一个简单的列表视图并在其中添加了一些项目。我正在尝试在每个项目中添加很长的文本。我希望该文本仅以单行显示。不合适的文字应该在角落里淡出。我在三星 Galaxy 中看到过这种列表,但不知何故我无法实现这一点。有人可以帮助我吗?
I have created a simple listview and added a few items in it. I am trying to add really long text in each item. I want this text to be displayed in single line only. the text that does not fit should fade in the corners. I have seen this kind of list in samsung galaxy s but somehow I am not able to achieve this. Can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用 TextView 为 ListView 中的每个项目提供布局,只需在 TextView 的布局定义 xml 中添加这两个属性:
Assuming you are using a TextView to provide the layout for each item in your ListView, just add these 2 properties in your TextView's layout definition xml: