TableRow中的TextView多线剪辑

时间:2013-05-26 05:59:20

标签: android

我已经搜索了几个小时关于这个问题,但没有找到帮助解决方案。 这是问题

enter image description here

使用多线时,[0,0]处的文本视图被剪切。这是xml代码。

        <TextView
            android:id="@+id/testtextView"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:lines="2"
            android:text="Line 1\nLine2"
            android:textAppearance="?android:attr/textAppearanceSmall" />

我尝试过添加填充和边距,但似乎没有任何工作,可能是什么问题?谢谢:))

PS:在Android 1.6中没有发生,我也尝试以编程方式设置文本,即使HTML.fromHtml使用<br/>也是如此,这似乎是对View的错误测量。

编辑: 哇添加BottomMargin现在工作,它上次没有用,有时候Eclipse不会构建并上传最后构建的版本。非常讨厌,特别是在测试这样的东西时。

0 个答案:

没有答案