1<?xml version="1.0" encoding="utf-8"?> 2 3<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 4 android:padding="16dp" 5 android:orientation="vertical" 6 android:background="#AAAAAA" 7 android:layout_width="wrap_content" 8 android:layout_height="wrap_content"> 9 10 <include layout="@layout/expand_layout" 11 android:layout_height="wrap_content" 12 android:layout_width="wrap_content" /> 13 14</LinearLayout> 15 16