我有一个带有 layout_width="wrap_content" 属性的多行 TextView。问题是当 TextView 实际上变成多行时,这个属性就不起作用了。我该如何解决这种行为?
这是插图:
XML:
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000000"
android:focusable="false"
android:textSize="16.5dip"
android:padding="2dip"
android:lineSpacingMultiplier="1.1"
/>