1

I want to use Constraint Layout to design a layout with automatically wraps in smaller displays, without using code behind, see attached example image, please:

enter image description here

It's something like web grid systems, like Bootstrap or Flex

AVEbrahimi
  • 17,993
  • 23
  • 107
  • 210

1 Answers1

-1

The solution is described in the Supporting Different Screen Sizes document available in the standard android documentation.

ema3272
  • 1,021
  • 2
  • 13
  • 28