2009-12-31 16:50:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
2010-01-09 03:28:12 +00:00
|
|
|
android:id="@+id/mainlayout"
|
2009-12-31 16:50:01 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
>
|
2010-01-09 03:28:12 +00:00
|
|
|
<include layout="@layout/textviews" />
|
|
|
|
<LinearLayout
|
2010-01-01 02:37:27 +00:00
|
|
|
android:id="@+id/buttonlayout"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2010-01-09 03:28:12 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-01-06 23:06:29 +00:00
|
|
|
>
|
2010-01-09 03:28:12 +00:00
|
|
|
<include layout="@layout/buttons" />
|
|
|
|
</LinearLayout>
|
2009-12-31 16:50:01 +00:00
|
|
|
</LinearLayout>
|