Is it possible to make a TableLayout like this in Android?
Is it possible to make this in Android..If it is, can you give me an exam开发者_高级运维ple?
Thanks!
you can simply achieve this by using linear layout also . Please read this answer .
How can I implement this UI in Android
Yes this is possible.You can create row with different height.And you have to style your table layout so that it looks like as you want
Instad of table layout ,this can be achieved by List view as it appears to be more like a list
精彩评论