Why does text view not take up the whole table row's width?
问题 I am not sure if this question has been answered or not(I tried looking but couldn't find anything) This is the portion of the layout that I have a question about. For the selected textview, here is the xml code My question is why is that textview not taking up the complete width of the row. I am assuming that because I used "match_parent" for the layout_width that the textview should take up the complete width of its parent, which is the TableRow. I tried looking this situation up on the