Android Column GridView, variable width like GooglePlus App

后端 未结 1 1976
陌清茗
陌清茗 2020-12-23 17:47

So like most we have all used/seen the Google Plus App.

What interests me is the ColumnGridView they have developed, which not only does variable width, but variable

1条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 18:30

    StaggeredGridView currently exist in the frameworks/ex/widgets/ folder of AOSP which appears to be what Google+ is using (or a variant of it, likely).

    It was going to be in the latest support library release (r11) until it was reverted by Katherine Kuan in b54e36f2 and moved to the experimental repo.

    0 讨论(0)
提交回复
热议问题