如何包装文字在Android的TextView的下一行?文字、Android、TextView

由网友(泪水中成长@)分享简介:朋友,我使用下面的TextView来显示它的一些数据。i am using following textview to display some data in it.朋友,

我使用下面的TextView来显示它的一些数据。

i am using following textview to display some data in it.

<TextView android:id="@+id/notificationText" android:layout_height="wrap_content"
android:layout_width="fill_parent"
        android:textSize="18sp"
        android:inputType="textMultiLine"
        android:maxLines="2"
android:layout_paddingRight="20dip"
        android:textColor="#ffffff" 

    />

现在我想换行到下一行的任何一个指导我该如何解决?

now i want to wrap text to next line any one guide me what is the solution?

任何帮助将是AP preciated。

any help would be appreciated.

推荐答案

您必须设置机器人:scrollHorizo​​ntally =假在XML

阅读全文

相关推荐

最新文章