Android 布局问题

<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:orient... <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:padding="30dip">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:id = "@+id/key_1"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_1">
</Button>
<Button
android:id = "@+id/key_2"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_2">
</Button>
<Button
android:id = "@+id/key_3"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_3">
</Button>
</TableRow>
//重复2次TableRow标签 标签里内容一样 为什么只显示第一次标签的内容? 也就是只显示3个按钮,我想让它显示9个

</LinearLayout>
展开
 我来答
常山英豪
2014-10-11 · TA获得超过629个赞
知道小有建树答主
回答量:206
采纳率:100%
帮助的人:255万
展开全部
因为你的 TableRow 的高度是android:layout_height="match_parent",会把上一个撑满。你可以试着改一下,改为android:layout_height="wrap_content"。如可用,请采纳。
放荡不羁神经病
2014-10-11 · TA获得超过794个赞
知道小有建树答主
回答量:1580
采纳率:65%
帮助的人:573万
展开全部
因为你的高度是match_parent。一个就已填充满父容器。另外两个挤到下面去了
追问
不好意思  上面哪位比你早了2分钟~
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式