Hi guys,
I have a ListView, could some please tell me how to set the height for this..
Similar issue with TableRow, i need to set the hight, cant find the command.
Thanks in advance.


<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent">
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/myTableLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView android:id="@+id/header1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Header1"
android:textSize = "20sp"
/>
<ListView android:id="@+id/aList"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minHeight = "150sp"
android:paddingTop="10dip"
/>
<TextView android:id="@+id/heading2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Text Heading 2 here."
android:textSize = "20sp"
/>
<TableRow
android:padding="20dip"
>
<ImageView
android:id="@+id/image1"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="12dip"
android:layout_gravity="center"
android:src="@drawable/icon2" />
<ImageView
android:id="@+id/image1"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="12dip"
android:layout_gravity="center"
android:src="@drawable/icon2" />
<ImageView
android:id="@+id/image1"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="12dip"
android:layout_gravity="center"
android:src="@drawable/icon2" />
<ImageView
android:id="@+id/image1"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="12dip"
android:layout_gravity="center"
android:src="@drawable/icon2" />
</TableRow>
<!-- More TableRows to follow -->
</TableLayout>
</ScrollView>
Return to View, Layout & Resource Problems
Users browsing this forum: No registered users and 8 guests