kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

android:layout_span does not work in TableLayout #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a TableLayout
2. Add a TableRow
3. Add 2 TextViews
4. Add a TableRow
5. Add a LinearLayout
6. set android:layout_span="2"
7. Add a TextView

What is the expected output?
The LinearLayout stays in the first cell

What do you see instead?
The LinearLayout should span both cells of the TableLayout

What version of the product are you using? 
6/1/2010

On what operating system?
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by dalt...@gmail.com on 2 Jun 2010 at 2:44