Android - ListViews inside tableLayout

前端 未结 3 1810
攒了一身酷
攒了一身酷 2021-01-27 11:54

I\'m trying to build and app that shows organized data so I\'m thinking that basically a TableLayout would be a good idea, just to keep them in rows, so I\'m wonder

3条回答
  •  闹比i
    闹比i (楼主)
    2021-01-27 12:08

    In general I've seen the stronger warning:

    This LinearLayout layout or its RelativeLayout parent is useless

    when this is not the case. For example, this can happen if I've nested a linear layout inside a relative layout. The relative layout positions the linear layout exactly where I want it, the linear layout takes up space. Both are non-useless uses to me.

提交回复
热议问题