Search code examples
androidlistviewgridviewgrid-layout

How to create an Asymmetric Layout on Android


How to create an asymmetric layout similar to the image attached? The standard android guides show only how to create symmetric Lists and Tables

enter image description here


Solution

  • Try using AsymmetricGridView. The GridView does not support having that. You can use GridLayout to achieve this but it does not use AbsListView and you can't use recycling.