请问textview怎么换行
请问我如何分行显示?<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xm...
请问我如何分行显示?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".SaySomething" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="@string/SaySomething"
android:text="@string/\n"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="@string/SaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomething"
android:ellipsize="middle"
android:textAllCaps="true" />
</RelativeLayout>
显示的两行文字出现了重叠,怎么解决? 展开
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".SaySomething" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="@string/SaySomething"
android:text="@string/\n"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="@string/SaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomethingSaySomething"
android:ellipsize="middle"
android:textAllCaps="true" />
</RelativeLayout>
显示的两行文字出现了重叠,怎么解决? 展开
1个回答
展开全部
如果你是要这两个textView分行,你可以给第一个设置id,第二个设置想到第一个的id的下方就可以,或者改成LinearLayout布局,设置android:orientation="vertical", 如果你是在一个textView中分行,你可以设置固定宽度设置左右边距,以及拆分成两个显示等方法来实现,望采纳
追问
谢谢啦! 不过,我刚学习,我要将 这两个textview分行,如何设置id?
追答
额 android:id="@+id/自定义"
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询