Skip to content

Releases: JarekToro/responsive-layout

1.1.1 The one with the tiny margins

17 Oct 15:36
Compare
Choose a tag to compare

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

08 Oct 19:28
Compare
Choose a tag to compare
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

05 Oct 12:10
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag responsive-layout-1.0.1

responsive-layout-1.0

04 Oct 16:25
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag responsive-layout-1.0

responsive-layout-0.5.1

04 Oct 14:08
Compare
Choose a tag to compare
Pre-release
[maven-release-plugin] copy for tag responsive-layout-0.5.1

responsive-layout-0.5

04 Oct 12:56
Compare
Choose a tag to compare
responsive-layout-0.5 Pre-release
Pre-release
[maven-release-plugin] copy for tag responsive-layout-0.5