Mini Kabibi Habibi
<?xml version="1.0" encoding="UTF-8"?>
<Application xmlns="http://ns.adobe.com/acrobat/app/2014" title="Home Welcome" description="Home Welcome app for Acrobat Tour" id="HomeWelcomeApp" majorVersion="1" minorVersion="0">
<Layouts>
<Layout name="Default">
<ContentView>
<Component name="HomeWelcomeView" type="Custom" >
<Component type="Table" columns="1" hAlign="far" vAlign="near" topOffset="10" rightOffset="15" bottomOffset="5">
<Component name="ToDoList::Close" type="Custom" iconSize="15"/>
</Component>
<Component type="Table" columns="1" hAlign="center" vAlign="near" >
<Component type="Table" columns="1" hAlign="stretch" vAlign="near" bottomOffset="20">
<Component type="FlipBook" name="ToDoList::ActionsCompletion" >
<Component type="FlipBookPage" name="ToDoList::AllActionsNotCompleted" hAlign="near" vAlign="near">
<Component type="Label" name="ToDoList::Heading" fontSize="29" />
</Component>
<Component type="FlipBookPage" name="ToDoList::AllActionsCompleted" hAlign="center" vAlign="near">
<Component type="Table" columns="1" hAlign="center" vAlign="near" rowSpacing="15">
<Component type="Label" name="ToDoList::CongratsHeading" fontSize="29" />
<Component type="Label" name="ToDoList::CompleteHeading" hAlign="center" fontSize="15" multiline="true" width="380"/>
</Component>
</Component>
</Component>
<Component type="Table" columns="1" hAlign="stretch" vAlign="near" >
<Component name="ToDoList::IntroToAcrobat" type="Custom" separator="1" />
<Component name="ToDoList::AcrobatTour" type="Custom" separator="1" />
<Component name="ToDoList::LearnExportPDF" type="Custom" separator="1" />
<Component name="ToDoList::LearnEditPDF" type="Custom" separator="1"/>
<Component name="ToDoList::ScanMobileApp" type="Custom" separator="0" />
</Component>
</Component>
</Component>
</Component>
</ContentView>
</Layout>
</Layouts>
</Application>