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 23ab841 tour-de-jewel: show ResponsiveSize in action in TDJ welcome
screen logo
23ab841 is described below
commit 23ab84145013c9ba2a9680b7f83a9eb71b9fe61c
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Jul 19 11:06:49 2020 +0200
tour-de-jewel: show ResponsiveSize in action in TDJ welcome screen logo
---
examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
index 83f3db4..de73362 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -68,7 +68,11 @@ limitations under the License.
<j:Paddings padding="50"/>
</j:beads>
- <j:Image src="assets/apache-royale-logo.svg" height="300"/>
+ <j:Image src="assets/apache-royale-logo.svg" height="300">
+ <j:beads>
+ <j:ResponsiveSize phoneHeight="200" tabletHeight="250"/>
+ </j:beads>
+ </j:Image>
<html:H1 text="Welcome to Apache Royale Tour de Jewel Component
Explorer v.0.9.7">
<html:beads>