Releases: JarekToro/responsive-layout
Releases · JarekToro/responsive-layout
1.1.1 The one with the tiny margins
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);
1.1 The one with the Convenience API
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
[maven-release-plugin] copy for tag responsive-layout-1.0.1
responsive-layout-1.0
[maven-release-plugin] copy for tag responsive-layout-1.0
responsive-layout-0.5.1
[maven-release-plugin] copy for tag responsive-layout-0.5.1
responsive-layout-0.5
[maven-release-plugin] copy for tag responsive-layout-0.5