列表视图中的项目将显示在单行中

发布于 2024-09-29 04:54:56 字数 123 浏览 5 评论 0原文

我创建了一个简单的列表视图并在其中添加了一些项目。我正在尝试在每个项目中添加很长的文本。我希望该文本仅以单行显示。不合适的文字应该在角落里淡出。我在三星 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撧情箌佬 2024-10-06 04:54:56

假设您使用 TextView 为 ListView 中的每个项目提供布局,只需在 TextView 的布局定义 xml 中添加这两个属性:

android:fadingEdge="horizontal"
android:inputType="text"

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:

android:fadingEdge="horizontal"
android:inputType="text"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文