安卓界面要实现这两行三列的布局,该怎样写代码?

如图,求给出简洁的示例代码。... 如图,求给出简洁的示例代码。 展开
 我来答
百度网友8b790cb
2015-08-07 · TA获得超过192个赞
知道小有建树答主
回答量:223
采纳率:100%
帮助的人:95万
展开全部

闲着没事 给你写了

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

    android:background="#FFF"

    android:orientation="horizontal" >


    <Button

        android:layout_width="0dp"

        android:layout_height="match_parent"

        android:layout_weight="1"

        android:text="BUTTON1" />


    <LinearLayout

        android:layout_width="0dp"

        android:layout_height="match_parent"

        android:layout_weight="1.5"

        android:orientation="vertical" >


        <LinearLayout

            android:layout_width="match_parent"

            android:layout_height="0dp"

            android:layout_weight="1"

            android:orientation="horizontal" >


            <TextView

                android:layout_width="wrap_content"

                android:layout_height="match_parent"

                android:text="Text01"

                android:textColor="#000" />


            <TextView

                android:layout_width="wrap_content"

                android:layout_height="match_parent"

                android:text="Text01"

                android:textColor="#000" />


            <TextView

                android:layout_width="wrap_content"

                android:layout_height="match_parent"

                android:text="Text01"

                android:textColor="#000" />

        </LinearLayout>


        <LinearLayout

            android:layout_width="match_parent"

            android:layout_height="0dp"

            android:layout_weight="1"

            android:orientation="horizontal" >


            <TextView

                android:layout_width="wrap_content"

                android:layout_height="match_parent"

                android:text="Text02"

                android:textColor="#000" />


            <TextView

                android:layout_width="wrap_content"

                android:layout_height="match_parent"

                android:text="Text02"

                android:textColor="#000" />


            <TextView

                android:layout_width="wrap_content"

                android:layout_height="match_parent"

                android:text="Text02"

                android:textColor="#000" />

        </LinearLayout>

    </LinearLayout>


    <Button

        android:layout_width="0dp"

        android:layout_height="match_parent"

        android:layout_weight="1"

        android:text="BUTTON2" />


</LinearLayout>

ZESTRON
2024-09-04 广告
在Dr. O.K. Wack Chemie GmbH,我们高度重视ZESTRON的表界面分析技术。该技术通过深入研究材料表面与界面的性质,为提升产品质量与可靠性提供了有力支持。ZESTRON的表界面分析不仅涵盖了相变化、化学反应、吸附与解吸... 点击进入详情页
本回答由ZESTRON提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式