这个android 布局怎么实现

 我来答
sanglozhang
2013-03-25 · 贡献了超过124个回答
知道答主
回答量:124
采纳率:0%
帮助的人:33.9万
展开全部

<LinearLayout

        android:layout_width="fill_parent"

        android:layout_height="240dp"

        android:orientation="horizontal" >


        <TextView

            android:layout_width="fill_parent"

            android:layout_height="fill_parent"

            android:layout_weight="1"

            android:gravity="center"

            android:text="view1" />

        <LinearLayout

            android:layout_width="fill_parent"

            android:layout_height="fill_parent"

            android:layout_weight="2"

            android:orientation="vertical" >

            <TextView

                android:layout_width="fill_parent"

                android:layout_height="fill_parent"

                android:layout_weight="1"

                android:gravity="center"

                android:text="view2" />

            <RelativeLayout

                android:layout_width="fill_parent"

                android:layout_height="fill_parent"

                android:layout_weight="1" >         

                <Button

                    android:id="@+id/layout_button1"

                    android:layout_width="wrap_content"

                    android:layout_height="wrap_content"

                    android:layout_centerHorizontal="true"

                    android:text="button1" />

                <Button

                    android:id="@+id/layout_button2"

                    android:layout_width="wrap_content"

                    android:layout_height="wrap_content"

                    android:layout_below="@id/layout_button1"

                    android:layout_centerHorizontal="true"

                    android:text="button2" />

            </RelativeLayout>

        </LinearLayout>

    </LinearLayout>

效果

朴质还温柔丶大人物
2013-03-24 · TA获得超过566个赞
知道小有建树答主
回答量:291
采纳率:0%
帮助的人:165万
展开全部
很多,看你怎么认为了,relativeLayout,linealayout,多用嵌套,
追问
随便 一个方案 都可以。只要可以实现。我考虑过了设置好大小,但是这样子移植性就不好了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
小兮兮dN
2013-03-25
知道答主
回答量:16
采纳率:0%
帮助的人:4.8万
展开全部
那就自定义组件咯
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式