gpt4 book ai didi

android - 在 Android 的 TextView 中显示大字符串

转载 作者:搜寻专家 更新时间:2023-11-01 08:01:43 26 4
gpt4 key购买 nike

我需要在 android 中显示一个大 TextView ,如果字符串长度很小,我想显示整个文本,如果字符串长度很长,我想首先显示字符串中的字母,然后是点和然后是字符串的最后一部分。

如果字符串是“Google”,我想显示“Google” 如果字符串是“Google Play Developer Console”,我想显示类似“Google P...Console”的字符串,我该如何实现?

最佳答案

使用ellipsize 来缩写文本:

<TextView android:layout_width="50dp"
android:layout_height="match_parent"
android:singleLine="true"
android:ellipsize="middle"/>

关于android - 在 Android 的 TextView 中显示大字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20486572/

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