constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

[Grid] Migrate the main logic to Core with ConstrainSet

Open jswong65 opened this issue 3 years ago • 0 comments

Mark this as a WIP - Even though setters work properly, but it uses the ConstrainSet approach instead of LayoutParams

The main purpose of this PR is to migrate the main logic of the Grid Helper into core library. Tasks are accomplished in this PR:

  1. created a new GridEngine file in core and migrate the main logic into it.
  2. added a test file GridEngineTest.
  3. Add more Demos, including row, column, row_in_column, and column_in_row.

Row image

Column image

column_in_row image

row_in_column image

jswong65 avatar Jun 27 '22 18:06 jswong65