diff --git a/03c5-combined-layout/Combined.mxml b/03c5-combined-layout/Combined.mxml new file mode 100644 index 0000000..e94f5f1 --- /dev/null +++ b/03c5-combined-layout/Combined.mxml @@ -0,0 +1,94 @@ + + + + + Panel { + backgroundAlpha: 1; + borderAlpha: 1; + headerColors: #c7c7c7, #ffffff; + footerColors: #ffffff, #c7c7c7; + paddingTop: 15; + paddingRight: 15; + paddingLeft: 15; + paddingBottom: 15; + shadowDirection: "right"; + } + .header { + color: #ffffff; + fontSize: 15; + fontWeight: "bold"; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +