aprsdroid/res/layout/main.xml

20 wiersze
562 B
XML
Czysty Zwykły widok Historia

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