Android小练习1——宣传页面

要求:制作如图所示的冰墩墩宣传页面
在这里插入图片描述

导航栏
<LinearLayout
        android:orientation="horizontal"
        android:background="#ffa500"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        >
        <ImageView
            android:src="@drawable/a"
            android:layout_width="90dp"
            android:layout_height="90dp"></ImageView>

        <TextView
            android:layout_weight="1"
            android:textSize="60sp"
            android:text="首页"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"></TextView>
        <ImageView
            android:layout_gravity="center_vertical"
            android:src="@drawable/b"
            android:layout_width="90dp"
            android:layout_height="90dp"></ImageView>
    </LinearLayout>
第一大框
<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">
        
        <!--        第一大框中左边框-->
         <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:orientation="vertical">
            <ImageView
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:src="@drawable/g"></ImageView>

            <ImageView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:src="@drawable/g"></ImageView>
        </LinearLayout>

        <!--        第一大框中右边框-->
        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:orientation="vertical">


            <ImageView
                android:layout_width="match_parent"
                android:layout_height="422dp"
                android:src="@drawable/h"></ImageView>

        </LinearLayout>
    </LinearLayout>
第二大框
<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:src="@drawable/f"></ImageView>


        <ImageView
            android:layout_width="match_parent"
            android:layout_height="238dp"
            android:layout_weight="1"
            android:src="@drawable/f"></ImageView>
    </LinearLayout>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值