android界面设计里的一个问题,一个竖直的LinearLayout里边包含了几个水平的linearLayout

让最后的那个水平的LinearLayout的底端与父控件,也就是那个竖直的LinearLayout的底端对齐,并且这个LinearLayout里有两个按钮,按钮各占Lin... 让最后的那个水平的LinearLayout的底端与父控件,也就是那个竖直的LinearLayout的底端对齐,并且这个LinearLayout里有两个按钮,按钮各占LinearLayout的宽的一半,如图的效果,怎么实现?写出关键代码,谢谢!
是这个效果,上边图传错了,没有按钮!
展开
 我来答
KL_Carice
推荐于2016-08-04 · TA获得超过323个赞
知道答主
回答量:67
采纳率:100%
帮助的人:64.3万
展开全部

<?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" >

   <LinearLayout 

    android:layout_width="match_parent"

    android:layout_height="0.0dip"

    android:orientation="vertical"

    android:layout_weight="1.0" > 

<LinearLayout 

android:layout_width="match_parent"

android:layout_height="60dip"

android:orientation="vertical"

android:background="#00ff44"

android:layout_margin="20dip" />


<LinearLayout 

android:layout_width="match_parent"

android:layout_height="60dip"

android:orientation="vertical" 

android:background="#00ff44"

android:layout_margin="20dip"/>


<LinearLayout 

android:layout_width="match_parent"

android:layout_height="60dip"

android:orientation="vertical"

android:background="#00ff44"

android:layout_margin="20dip"/>


    </LinearLayout>


    <LinearLayout

        android:layout_width="match_parent"

        android:layout_height="60dip"

        android:orientation="horizontal"

        android:background="#00ff44"

        android:gravity="center" 

        android:layout_margin="20dip">

<Button 

   android:layout_width="0.0dip"

   android:layout_height="wrap_content"

   android:layout_weight="1.0"/>

<Button 

   android:layout_width="0.0dip"

   android:layout_height="wrap_content"

   android:layout_weight="1.0"/>

    </LinearLayout>


</LinearLayout>

大概就这样子吧

chenqijun551
2013-05-01 · TA获得超过120个赞
知道答主
回答量:64
采纳率:0%
帮助的人:46.1万
展开全部
可以用Relativelayout 代替竖直的LinearLayout。Relativelayout的子控件有android:layout_alignParentBottom="true"这样的xml设置。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
AT_小白
2013-04-28 · 超过14用户采纳过TA的回答
知道答主
回答量:100
采纳率:0%
帮助的人:18.2万
展开全部
推荐嵌套TableLayout然后用TableRow,找这类例子看看就懂了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式