Eclipse布局文件添加两个TextView,为什么运行后置显示一个
下面是布局文件里的代码,有两个TextView,但是为什么运行后只显示第一个TextView??<?xmlversion="1.0"encoding="utf-8"?><...
下面是布局文件里的代码,有两个TextView,但是为什么运行后只显示第一个TextView??
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="第一个TextView"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="第二个TextView"/>
</LinearLayout> 展开
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="第一个TextView"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="第二个TextView"/>
</LinearLayout> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询