Minor fixes in main layout

This commit is contained in:
Juan Miguel Boyero Corral 2010-11-04 16:30:59 +01:00
parent b114f1c1c6
commit f099c9e149

View File

@ -2,9 +2,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ListView android:layout_width="fill_parent"
android:id="@+id/functionsList"
android:layout_height="wrap_content"
android:layout_weight="1" />
android:layout_height="fill_parent">
<ListView
android:id="@+id/functionsList"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</LinearLayout>