blob: 4f13ce2113ba54f06a7b59783d0695a11b5be832 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView xmlns:andr="http://schemas.android.com/apk/res/android"
andr:layout_width="fill_parent"
andr:layout_height="wrap_content"
andr:text="Hello World, MyActivity"
andr:background="@android:color/holo_red_dark"/>
<include layout="@layout/included" android:layout_height="wrap_content" android:layout_width="fill_parent"/>
</LinearLayout>