gpt4 book ai didi

android - ellipsize=end 用省略号替换整个最后一行

转载 作者:行者123 更新时间:2023-11-29 19:03:44 26 4
gpt4 key购买 nike

<分区>

这是我的 TextView 的 XML 元素:

<TextView
android:id="@+id/todo_notes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="3"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
tools:text="This is a long description of what has to be done to make this task complete. It might only be one or two words (if the title is specific enough), or it might be a whole lot more than that." />

它包含在一个垂直的 LinearLayout 中(正如您可以从屏幕截图中猜到的那样)。

它是这样的:

Ellipsis is replacing the entire last line, instead of being at the end of it

这是我想要的样子:

Ellipsis is at the end of the line, instead of at the beginning with nothing after it.

简而言之,我希望省略号位于最后一行的末尾,而不是替换最后一行。我怎样才能做到这一点?我更喜欢不需要任何 Java 的解决方案,但如果这不可能,我也可以接受。

我在 Android Studio 3.0.1 上,使用 API 27 查看它。我可以通过复制并粘贴 <TextView> 来重现此错误。放入一个空白文件(除了 <?xml> 标题),屏幕尺寸足够窄,文本换行超过三行。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com