Grid Layout Vs. Table Layout

后端 未结 7 2161
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 17:15

I am working on a booking engine android app like an airline booking system. To fetch the content of say all the available airlines specific to a passenger search, this is t

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 17:52

    In grid layouts, the components can automatically set to the view by taking numcolumns="autofit". Here we don't have need to set how much rows & columns we required, but in table layout, there we haven't such kind of option & we have to set how many rows & columns we required. In table layout, we can't insert more than 1 item in a row without using relative layout

提交回复
热议问题