Minor fixes in main layout

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@26 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:01:19 +00:00
parent 1751f4c55f
commit bda7fdb695

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>