First of all I would like to thank you. 

However it still not good. it shows only the first row in the middle of the 
screen (there are black "bars" above it and underneath it). and the second 
row is not seen at all... no matter what the content is (I placed TextViews 
instead of the ImageSwitcher) 

the current state of the XML is:

<?xml version="1.0" encoding="utf-8"?>
<TableLayout android:id="@+id/TableLayout01" 
android:layout_width="fill_parent" android:layout_height="fill_parent" 
 xmlns:android="http://schemas.android.com/apk/res/android";>
<TableRow android:id="@+id/TableRow01" android:layout_width="fill_parent" 
android:layout_height="fill_parent">
<ImageSwitcher android:layout_weight="1"  android:layout_column="0" 
android:id="@+id/imsLeftTop"></ImageSwitcher>  
<ImageSwitcher android:layout_weight="1" android:layout_column="1" 
android:id="@+id/imsRightTop"></ImageSwitcher>
</TableRow>
<TableRow android:id="@+id/TableRow02" android:layout_width="fill_parent" 
android:layout_height="fill_parent">
<ImageSwitcher android:layout_weight="1" android:layout_column="0" 
android:id="@+id/imsLeftBottom" ></ImageSwitcher>
<ImageSwitcher android:layout_weight="1" android:layout_column="1" 
android:id="@+id/imsRightBottom" ></ImageSwitcher>  
</TableRow>

</TableLayout>


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to