断线高度

发布于 2024-11-25 03:15:39 字数 457 浏览 1 评论 0原文

我有以下 TextView,并在 ListView 中使用它:

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical"
    android:paddingLeft="6dip"
    android:textSize="16px"
    android:minHeight="5px"/>

TextItem 包含换行符,并且此换行符...太大:就像有一个空行。有没有办法改变换行符的高度?

问候, 程序值

I have the following TextView, and I use it in a ListView:

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical"
    android:paddingLeft="6dip"
    android:textSize="16px"
    android:minHeight="5px"/>

The TextItem contains line breaks, and this line breaks are... too big: it's like having an empty line. Is there a way to change the height of the line break?

Regards,
ProgVal

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

写给空气的情书 2024-12-02 03:15:39

没关系,实际上有两个换行符。我正在用换行符替换下载的 HTML 文件的
,但是...每个
后面已经有一个换行符。

Nevermind, there was actually two line breaks. I was replacing the
of a downloaded HTML file by line breaks, but... there was already a line break after every
.

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