hackedteam/rcs-console-mobile

View on GitHub
src/views/ConsoleView.mxml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:s="library://ns.adobe.com/flex/spark" title="Console">
  <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
  </fx:Declarations>
  <s:Label horizontalCenter="0" text="RCS Console Hello world" verticalCenter="0"/>
  <s:BusyIndicator horizontalCenter="0" verticalCenter="100"/>
</s:View>