This is an automated email from the ASF dual-hosted git repository.

yishayw 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 ad10372ae2 Remove skin declarations which are the defaults anyway.
ad10372ae2 is described below

commit ad10372ae2e17f0fbcd02c93705acb458a01d5ab
Author: Yishay Weiss <[email protected]>
AuthorDate: Thu Apr 16 13:49:25 2026 +0300

    Remove skin declarations which are the defaults anyway.
---
 .../src/main/royale/DropdownPlayGround.mxml        | 12 -----------
 .../src/main/royale/TabsPlayGround.mxml            | 16 ---------------
 .../src/main/royale/TogglePlayGround.mxml          | 12 -----------
 .../TourDeStyle/src/main/royale/TourDeStyle.mxml   | 24 ----------------------
 4 files changed, 64 deletions(-)

diff --git 
a/examples/royale/TourDeStyle/src/main/royale/DropdownPlayGround.mxml 
b/examples/royale/TourDeStyle/src/main/royale/DropdownPlayGround.mxml
index a42a94e2f5..16f84092ca 100644
--- a/examples/royale/TourDeStyle/src/main/royale/DropdownPlayGround.mxml
+++ b/examples/royale/TourDeStyle/src/main/royale/DropdownPlayGround.mxml
@@ -20,18 +20,6 @@
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                xmlns:s="library://ns.apache.org/royale/style"
                xmlns:e="library://ns.apache.org/royale/style-elements">
-    <fx:Style>
-        @namespace s "library://ns.apache.org/royale/style";
-        s|Dropdown
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.DropdownSkin");
-        }
-        s|View
-        {
-            IBeadView: 
ClassReference("org.apache.royale.html.beads.GroupView");
-            IBeadLayout: 
ClassReference("org.apache.royale.style.beads.FlexLayout");
-        }
-    </fx:Style>
     <fx:Script>
         <![CDATA[
             import org.apache.royale.style.Dropdown;
diff --git a/examples/royale/TourDeStyle/src/main/royale/TabsPlayGround.mxml 
b/examples/royale/TourDeStyle/src/main/royale/TabsPlayGround.mxml
index f88de9490b..b64e143bce 100644
--- a/examples/royale/TourDeStyle/src/main/royale/TabsPlayGround.mxml
+++ b/examples/royale/TourDeStyle/src/main/royale/TabsPlayGround.mxml
@@ -31,22 +31,6 @@
             }
         ]]>
     </fx:Script>
-    <fx:Style>
-        @namespace s "library://ns.apache.org/royale/style";
-        s|Tab
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.TabSkin");
-        }
-        s|TabBar
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.TabBarSkin");
-        }
-        s|View
-        {
-            IBeadView: 
ClassReference("org.apache.royale.html.beads.GroupView");
-            IBeadLayout: 
ClassReference("org.apache.royale.style.beads.FlexLayout");
-        }
-    </fx:Style>
 
     <s:initialView>
     <s:View>
diff --git a/examples/royale/TourDeStyle/src/main/royale/TogglePlayGround.mxml 
b/examples/royale/TourDeStyle/src/main/royale/TogglePlayGround.mxml
index 19d3cd0390..bb6d779e77 100644
--- a/examples/royale/TourDeStyle/src/main/royale/TogglePlayGround.mxml
+++ b/examples/royale/TourDeStyle/src/main/royale/TogglePlayGround.mxml
@@ -19,18 +19,6 @@
 -->
 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                xmlns:s="library://ns.apache.org/royale/style">
-    <fx:Style>
-        @namespace s "library://ns.apache.org/royale/style";
-        s|Toggle
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.ToggleSkin");
-        }
-        s|View
-        {
-            IBeadView: 
ClassReference("org.apache.royale.html.beads.GroupView");
-            IBeadLayout: 
ClassReference("org.apache.royale.style.beads.FlexLayout");
-        }
-    </fx:Style>
 
     <s:initialView>
     <s:View>
diff --git a/examples/royale/TourDeStyle/src/main/royale/TourDeStyle.mxml 
b/examples/royale/TourDeStyle/src/main/royale/TourDeStyle.mxml
index d214b40e4b..bd3d17b255 100644
--- a/examples/royale/TourDeStyle/src/main/royale/TourDeStyle.mxml
+++ b/examples/royale/TourDeStyle/src/main/royale/TourDeStyle.mxml
@@ -41,30 +41,6 @@
             }
         ]]>
     </fx:Script>
-    <fx:Style>
-        @namespace s "library://ns.apache.org/royale/style";
-        s|Tab
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.TabSkin");
-        }
-        s|TabBar
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.TabBarSkin");
-        }
-        s|Toggle
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.ToggleSkin");
-        }
-        s|Dropdown
-        {
-            IStyleSkin: 
ClassReference("org.apache.royale.style.skins.DropdownSkin");
-        }
-        s|View
-        {
-            IBeadView: 
ClassReference("org.apache.royale.html.beads.GroupView");
-            IBeadLayout: 
ClassReference("org.apache.royale.style.beads.FlexLayout");
-        }
-    </fx:Style>
 
     <s:initialView>
     <s:View>

Reply via email to