<?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="300dp"
    android:background="#00aaff"
    android:orientation="vertical"
    android:padding="5dp">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_margin="20dp"
        android:background="#ffff99"
        android:padding="60dp">

        <view
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="#ff0000">
        </view>

    </LinearLayout>
</LinearLayout>

posted on 2017-08-13 20:23  qqhfeng16  阅读(267)  评论(0编辑  收藏  举报