This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f7e63a1 tour-de-jewel: add some padding to card play ground page, and
title, description and color
f7e63a1 is described below
commit f7e63a14e13050aab999bc7b2533e8527e32e1ff
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Feb 21 20:19:33 2020 +0100
tour-de-jewel: add some padding to card play ground page, and title,
description and color
---
.../royale/TourDeJewel/src/main/royale/CardPlayGround.mxml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/examples/royale/TourDeJewel/src/main/royale/CardPlayGround.mxml
b/examples/royale/TourDeJewel/src/main/royale/CardPlayGround.mxml
index c15100b..0912007 100644
--- a/examples/royale/TourDeJewel/src/main/royale/CardPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/CardPlayGround.mxml
@@ -24,6 +24,20 @@ limitations under the License.
xmlns:c="components.*" sourceCodeUrl="CardPlayGround.mxml">
<j:Grid gap="true" itemsVerticalAlign="itemsSameHeight">
+ <j:beads>
+ <j:Paddings paddingTop="0" paddingLeft="50"
paddingRight="50" paddingBottom="50"/>
+ </j:beads>
+
+ <j:GridCell desktopNumerator="1" desktopDenominator="1"
tabletNumerator="1" tabletDenominator="1" phoneNumerator="1"
phoneDenominator="1">
+ <j:VGroup>
+ <html:H1 text="Jewel Card"
className="emphasized-dark"/>
+
+ <j:Label multiline="true">
+ <j:html><![CDATA[<p><strong>Apache
Royale Card</strong> is 100% width by default and uses a
<strong>VerticalLayout</strong> with some default gap.</p>]]></j:html>
+ </j:Label>
+ </j:VGroup>
+ </j:GridCell>
+
<j:GridCell desktopNumerator="1" desktopDenominator="2"
tabletNumerator="1" tabletDenominator="2" phoneNumerator="1"
phoneDenominator="1">
<j:Card>
<html:H3 text="Jewel Simple Card"/>