How to apply row_span to TableLayout?
I want to make something similar to this image, but i don't know how to do it.
What is the correct way to make something like this?
TableLayout
does not support row spans, only column spans. GridLayout
supports both row and column spans:
(picture from http://android-developers.blogspot.com/2011/11/new-layout-widgets-space-and-gridlayout.html)