Here's what I want to achieve:
I have at table with a lot of table rows. Each row should have two text view with a product title and subtitle on top of each other (subtitle not implementet yet). The should be left aligned. To the right I want a spinner to select the quantity.
The texts come from the database and are of course of different lengths.
Here is what I've come up with so far:
Screendump:
![enter image description here][1]
First problem is that the RelativeLayout doesn't fill out the width of the table row. And the second problem: the spinners are not right aligned.
What am I missing?
best regards
Allan
[1]: http://i.stack.imgur.com/Q2V6b.png
以上就是RelativeLayout with MATCH_PARENT doesn't work的详细内容,更多请关注web前端其它相关文章!