<?xml version="1.0" encoding="UTF-8"?>

<component type="Form" name="GUI 1" cloudDestinationProperty="SF Main UI" scrollableY="false" layout="BorderLayout" borderLayoutAbsoluteCenter="false" title="Sharefaith Church App" >
  <component type="Tabs" name="Tabs1" cloudDestinationProperty="Tabs1" tabPlacement="2" >
    <layoutConstraint value="North" />
    <custom name="titles" type="java.lang.String" array="true" dimensions="1" >
      <str>Welcome</str>
      <str>Sermons</str>
      <str>Posts</str>
      <str>More</str>
    </custom>
    <custom name="icons" type="com.codename1.ui.Image" array="true" dimensions="1" >
      <str/>
      <str/>
      <str/>
      <str/>
    </custom>
    <custom name="selectedIcons" type="com.codename1.ui.Image" array="true" dimensions="1" >
      <str/>
      <str/>
      <str/>
      <str/>
    </custom>
    <component type="Container" name="WelcomeContainer" tabTitle="Welcome" cloudDestinationProperty="WelcomeContainer" layout="BorderLayout" borderLayoutAbsoluteCenter="false" >
      <component type="TextArea" name="TextArea" cloudBoundProperty="text" cloudDestinationProperty="TextArea" uiid="Label" text="This template shows you how to create a tab based application" editable="false" >
        <layoutConstraint value="Center" />
      </component>
    </component>
    <component type="Container" name="SermonsContainer" tabTitle="Sermons" cloudDestinationProperty="SermonsContainer" layout="BoxLayout" boxLayoutAxis="Y" >
      <component type="ComponentGroup" name="ComponentGroup" cloudDestinationProperty="ComponentGroup" >
        <component type="Label" name="Label" cloudDestinationProperty="Label" text="Information Can Fit Here" >
        </component>
        <component type="MultiButton" name="MultiButton" cloudDestinationProperty="MultiButton" >
          <custom name="line1" type="java.lang.String" value="Multi Button With Details" />
          <custom name="line2" type="java.lang.String" value="And Some more details" />
        </component>
        <component type="Button" name="Button" cloudDestinationProperty="Button" text="Button With Functionality" >
        </component>
      </component>
    </component>
    <component type="Container" name="PostsContainer" tabTitle="Posts" cloudDestinationProperty="PostsContainer" layout="BorderLayout" borderLayoutAbsoluteCenter="false" >
      <component type="MapComponent" name="MapComponent" cloudDestinationProperty="MapComponent" >
        <layoutConstraint value="Center" />
      </component>
    </component>
    <component type="Container" name="MoreContainer" tabTitle="More" cloudDestinationProperty="MoreContainer" layout="BoxLayout" boxLayoutAxis="Y" >
      <component type="Label" name="Label1" cloudDestinationProperty="Label1" uiid="Label" text="Setting One" >
      </component>
      <component type="ComponentGroup" name="ComponentGroup1" cloudDestinationProperty="ComponentGroup1" >
        <component type="MultiButton" name="MultiButton2" cloudDestinationProperty="MultiButton2" >
          <custom name="line1" type="java.lang.String" value="One Option" />
          <custom name="line2" type="java.lang.String" value="Click this if you choose" />
          <custom name="radioButton" type="java.lang.Boolean" value="true" />
          <custom name="group" type="java.lang.String" value="radio" />
        </component>
        <component type="MultiButton" name="MultiButton4" cloudDestinationProperty="MultiButton4" >
          <custom name="line1" type="java.lang.String" value="Second Option" />
          <custom name="line2" type="java.lang.String" value="You might prefer this" />
          <custom name="radioButton" type="java.lang.Boolean" value="true" />
          <custom name="group" type="java.lang.String" value="radio" />
        </component>
        <component type="MultiButton" name="MultiButton1" cloudDestinationProperty="MultiButton1" >
          <custom name="line1" type="java.lang.String" value="Third Option" />
          <custom name="line2" type="java.lang.String" value="This is your last choice..." />
          <custom name="radioButton" type="java.lang.Boolean" value="true" />
          <custom name="group" type="java.lang.String" value="radio" />
        </component>
      </component>
      <component type="Label" name="Label11" cloudDestinationProperty="Label11" uiid="Label" text="Setting Two" >
      </component>
      <component type="ComponentGroup" name="ComponentGroup2" cloudDestinationProperty="ComponentGroup2" >
        <component type="MultiButton" name="MultiButton3" cloudDestinationProperty="MultiButton3" >
          <custom name="line1" type="java.lang.String" value="What do you think about this?" />
          <custom name="line2" type="java.lang.String" value="Seriously?" />
          <custom name="checkBox" type="java.lang.Boolean" value="true" />
        </component>
      </component>
    </component>
  </component>
</component>
