bernaferrari / ChangeDetection

Automatically track websites changes on Android in background.
Apache License 2.0
703 stars 98 forks source link

Grid Layout on Main Screen #5

Closed bernaferrari closed 6 years ago

bernaferrari commented 6 years ago

A Grid Layout would be awesome for landscape devices and tablets. The code for calculating the grid size is ready. What is not, however, is the way the app is calculating the padding dynamically, using ItemDecorators and adding padding to the first and last element. On a Grid Layout, it should add padding to the top and bottom row.