gpt4 book ai didi

TableLayout 中 EditView 的 Android 文本剪辑问题

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:25:32 25 4
gpt4 key购买 nike

我遇到了一个小的裁剪问题,我无法使用 TableRow 中的 EditText View 解决该问题。无论我尝试什么,EditText View 要么被剪裁(附上屏幕截图),要么,如果我将 shrinkColumns 设置为 0 或 1,标签文本就会消失(并且 EditText View 占据整个宽度)。布局如下:

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical" android:padding="10dip">

<TableLayout android:orientation="vertical"
android:layout_width="fill_parent" android:layout_height="fill_parent">

<TableRow android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_height="wrap_content">

<TextView android:paddingRight="10dip" android:layout_column="1"
android:text="Label Text" />
<EditText android:text="Very long text that makes the text view go on clipping frenzy"
android:layout_width="wrap_content" android:layout_height="wrap_content" />

</TableRow>

</TableLayout>

</LinearLayout>

我已经在 QVGA 和 HVGA 上运行的 2.2 模拟器、2.1 上的 HTC Hero 和 2.1 上的 Wildfire 上试过了。我也玩过 clipToPadding 属性,这对我的情况似乎没有帮助。如果我使用长文本设置提示属性并将文本值留空,则会出现同样的问题。

由于我没有做任何特别复杂的事情,我怀疑我这边有一个简单的错误。非常感谢任何想法、提示或建议。

干杯!

alt text

最佳答案

在您的 TableLayout 上设置 android:shrinkColumns="1",并从 TextView 中移除 android:layout_column="1"。

关于TableLayout 中 EditView 的 Android 文本剪辑问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4184141/

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