blob: 3cb2526d5ffb931a309ea82d03612acaf19713bf [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MyActivity">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Outer Layout"/>
<include layout="@layout/inner" />
<include layout="@layout/inner" />
</LinearLayout>