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 5fff82a  tour-de-jewel: DrawerFooter example
5fff82a is described below

commit 5fff82a00b47ebf280755c546c4dc1877917af3c
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Feb 17 21:54:46 2020 +0100

    tour-de-jewel: DrawerFooter example
---
 .../royale/TourDeJewel/src/main/royale/MainContent.mxml     | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml 
b/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
index 85d4167..9ced58e 100644
--- a/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
@@ -208,6 +208,19 @@ limitations under the License.
                 </j:beads>
             </j:Navigation>
         </j:DrawerContent>
+
+        <j:DrawerFooter>
+            <j:BarRow>
+                <j:BarSection>
+                    <j:IconButton>
+                        <j:icon>
+                            <js:FontIcon text="{MaterialIconType.FEEDBACK}" 
material="true"/>
+                        </j:icon>
+                    </j:IconButton>
+                </j:BarSection>
+            </j:BarRow>
+        </j:DrawerFooter>
+
     </j:Drawer>
 
     <j:FooterBar localId="footerbar" fixed="true" hasDrawer="{drawer.fixed 
&amp;&amp; drawer.isOpen}">

Reply via email to