gpt4 book ai didi

java - TextView 椭圆在 setText() 上消失

转载 作者:行者123 更新时间:2023-12-01 04:26:09 26 4
gpt4 key购买 nike

下午好。

我有以下 TextView:

<TextView android:id="@+id/keypadwidget_number"
android:tag="@string/phone_number_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:textSize="30sp"
android:ellipsize="start"
android:scrollHorizontally="true"
android:gravity="right"
android:singleLine="true"
android:textColor="@color/widget_text"
android:layout_toLeftOf="@+id/keypadwidget_btn_delete"/>

我的预期结果是:

...99862214

但是,我得到的是:

enter image description here

对背景/文本颜色感到抱歉。不是我的选择!

每个按钮都调用:

mPhoneNumberTextView.append(clickValue);

我的问题是;我做错了什么?

编辑:当我将 TextView 的 android:text 属性设置为很长的值时,椭圆会按预期设置。当 mPhoneNumberTextView.append(clickValue); 运行时它会中断。

最佳答案

为您的TextView使用android:layout_width="fill_parent"

关于java - TextView 椭圆在 setText() 上消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18470797/

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