I\'m developing a little android app, and I\'m having a problem with a layout, I been trying to find the error in my xml, but I couldn\'t find it...
The error I\'m
In my case i forgot to put the layout_width attribute to a TableLayout.
It's a bit confusing beacuse the TableRow which is a child of TableLayout does not require a layout_width so I ran in this issue ...