<TextView
android:layout_marginLeft="12dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="New Text"
android:id="@+id/tvVExample"
android:textColor="#496933"
android:singleLine="false"
android:textStyle="bold"
android:textSize="16sp"/>
例如,文本是:
Having desirable or positive qualities especially those suitable for a thing specified
它向我展示了:
Having desirable or positive qualities especially those suita
specified
它可以包裹。它显示了两行但隐藏了一些单词
我的预期是:
Having desirable or positive qualities especially those
suitable for a thing specified