TextView在不同屏幕密度上的不同制表器大小

时间:2014-01-14 14:53:37

标签: android textview size

我在Nexus S(hdpi 480x800)和Nexus 4(xhdpi 768x1280)上测试我的布局。

我有一个带android:textSize="12sp"的TextView,我想在strings.xml中放入两行文本。 结果应如下所示:

    Portion 1 = Something here
                some other line

在strings.xml中,它看起来像这样:

    <string name="some_text">Portion 1 =\tSomething here\n\t\t\t\t\tsome other line</string>

现在,在Nexus S上,文本缩进看起来应该如此,但在Nexus 4上它看起来像这样:

    Portion 1 = Something here
             some other line

我在这里缺少什么? tablulator(\ t)是否应该在两个设备上具有相同的大小?此外,它是来自android的相同(默认)字体,我没有更改设备文本大小。

谢谢, 诺贝特

0 个答案:

没有答案