blob: 0b8ffbeec7edd7fa334dec5df72c04240fa9f510 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:andr="http://schemas.android.com/apk/res/android"
andr:orientation="vertical"
andr:layout_width="fill_parent"
andr:layout_height="fill_parent">
<TextView android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="1"/>
<TextView android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="2"/>
</LinearLayout>