android 一个linearlayout 里写了两个tablelayout 但是只能显示第一个table里的控件什么原因?
<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="h...
<LinearLayout 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"
tools:context=".MainActivity" >
<TableLayout>
一些控件
</TableLayout>
<TabelLayout>
一些控件
</TableLayout>
</LinearLayout> 展开
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
<TableLayout>
一些控件
</TableLayout>
<TabelLayout>
一些控件
</TableLayout>
</LinearLayout> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询