Responsive Layout Versions Save

The layout to beat them all!

responsive-layout-1.1.1

7 years ago

Because of the nature of nesting rows. There is a need to have smaller margins especially when rows are nested.

ResponsiveRow row = new ResponsiveRow();

row.setMarginSmall(true);

ResponsiveRow row = responsiveLayout.addRow().withSmallMargin(true);

responsive-layout-1.1

7 years ago
ResponsiveRow row = responsiveLayout.addRow()
                .withAlignment(Alignment.MIDDLE_CENTER)
                .withMargin(true);

 ResponsiveColumn column = row.addColumn()
                .withDisplayRules(12, 3, 12, 12)
                .withVisibilityRules(false, true, true, true)
                .withComponent(/*button etc*/);

responsive-layout-1.0.1

7 years ago

responsive-layout-1.0

7 years ago

responsive-layout-0.5.1

7 years ago

responsive-layout-0.5

7 years ago