Mini Kabibi Habibi
<Application xmlns="http://ns.adobe.com/acrobat/app/2014" title="Compare Files" av2Title="Compare files" description="Compare and highlight the differences between 2 files" av2Description="Compare two files and highlight the differences" id="CompareApp" showLabels="true" majorVersion="2" minorVersion="0" manualLayout="true">
<Commands>
<Command name="DIGSIG:CompareDocuments"/>
</Commands>
<Layouts>
<!-- Compare App Default Layout is also the Landing Page Layout -->
<Layout name="Default">
<TopBarRight align="Right">
<Component type="PushButton" buttonType="secondary" name="ExitApp"/>
</TopBarRight>
<TopBar/>
<RHP/>
<ContentView>
<Component type="Custom" name="FormsLandingView" columns="1" hAlign="center" vAlign="near">
<Component type="Table" columns="1" hAlign="center" vAlign="center" bottomOffset="20">
<Component type="Label" label="Select Files to Compare" fontSize="30" />
<Component type="Table" columns="3" hAlign="center" vAlign="near" columnSpacing="10">
<Component type="Table" hAlign="center" vAlign="near" bottomOffset="5">
<Component type="Label" label="Old File" fontSize="16"/>
<Component type="LargeIconButton" name="Compare:OldFileButton"/>
</Component>
<Component type="Table" hAlign="center" vAlign="near" topOffset="85">
<Component type="IconButton" name="Compare:SwapOldAndNew" iconSize="75"/>
</Component>
<Component type="Table" hAlign="center" vAlign="near" bottomOffset="5">
<Component type="Label" label="New File" fontSize="16"/>
<Component type="LargeIconButton" name="Compare:NewFileButton"/>
</Component>
</Component>
<Component type="Table" columns="4" hAlign="center" vAlign="near" columnSpacing="0">
<Component type="IconButton" name="Compare:OldFileScanWarning" iconSize = "25"/>
<Component type="Table" hAlign="center" columns="1" bottomOffset="10">
<Component type="Label" name="Compare:OldFileName" fontSize="16" bottomOffset="0"/>
<Component type="Custom" name="Compare:OldFileList"/>
</Component>
<Component type="Table" hAlign="center" vAlign="near" leftOffset="79">
<Component type="IconButton" name="Compare:NewFileScanWarning" iconSize = "25"/>
</Component>
<Component type="Table" hAlign="center" columns="1" bottomOffset="10" rightOffset="25">
<Component type="Label" name="Compare:NewFileName" fontSize="16" />
<Component type="Custom" name="Compare:NewFileList"/>
</Component>
</Component>
<Component type="Checkbox" label="Compare text only" name="Compare:RunTextOnly"/>
<Component type="IconButton" name="Compare:Settings" label="Settings"/>
<Component type="PushButton" label="Compare" name="Compare:Execute" vAlign="center" buttonType="buttonCTA" fontSize="16" bold="true"/>
<Component type="HyperLink" label="Help" name="Compare:Help" vAlign="bottom"/>
<Component type="Table" columns="2" hAlign="center" vAlign="near" columnSpacing="5">
<Component type="IconButton" name="Compare:ScanWarningIcon" />
<Component type="Label" name="Compare:ScanWarning" fontSize="16" bold="true"/>
</Component>
</Component>
</Component>
</ContentView>
</Layout>
<!-- Compare App Report Page Layouts -->
<!-- (1) Compare App Side-by-Side Layout -->
<Layout name="CompareSbSLayout">
<TopBar align="Center">
<Component name="Compare:ShowSideBySide" showInAV2UI="false"/>
<Component name="Compare:OverlayOldFile" showInAV2UI="false"/>
<Component name="Compare:OverlayNewFile" showInAV2UI="false"/>
<Component name="Compare:AV2DisplayFormat" AV2ShowLabel="true" showInAV2UI="true"/>
<!--Component name="Compare:ShowOverlay"/-->
<Component type="Separator"/>
<Component name="Compare:PrevDiff" AV2ShowLabel="true"/>
<Component name="Compare:NextDiff" AV2ShowLabel="true"/>
<Component type="Separator"/>
<Component name="Compare:Options" AV2ShowLabel="true"/>
<Component name="Compare:MoreOptions" AV2ShowLabel="true"/>
</TopBar>
<TopBarRight align="Right">
<Component type="PushButton" buttonType="buttonCTA" name="ExitApp" label="Done"/>
</TopBarRight>
<RHP><!-- Borrowed as-is from the Comments App -->
<Component type="Custom" name="CommentList"/>
</RHP>
<ContentView/>
</Layout>
<!-- (2) Compare App Overlay Layout -->
<Layout name="CompareOverlayLayout">
<TopBar align="Center">
<Component name="Compare:ShowSideBySide" showInAV2UI="false"/>
<Component name="Compare:AV2DisplayFormat" AV2ShowLabel="true" showInAV2UI="true"/>
<Component name="Compare:ShowOverlay"/>
<Component type="Separator"/>
<Component name="Compare:PrevDiff" AV2ShowLabel="true"/>
<Component name="Compare:NextDiff" AV2ShowLabel="true"/>
<Component type="Separator"/>
<Component name="Compare:Options" AV2ShowLabel="true"/>
<Component name="Compare:MoreOptions" AV2ShowLabel="true"/>
</TopBar>
<TopBarRight align="Right">
<Component type="PushButton" buttonType="buttonCTA" name="ExitApp" label="Done"/>
</TopBarRight>
<Properties align="Center">
<Component type="IconButton" showLabel="true" iconSize="1" name="Compare:OverlayOldFile"/>
<Component type="IconButton" name="Compare:OverlaySlider" iconWidth="35" iconHeight="20" colorize="false"/>
<Component type="IconButton" showLabel="true" iconSize="1" name="Compare:OverlayNewFile"/>
</Properties>
<RHP><!-- Borrowed as-is from the Comments App -->
<Component type="Custom" name="CommentList"/>
</RHP>
<ContentView/>
</Layout>
<!-- Compare App Default Layout is also the Landing Page Layout -->
<Layout name="AV2CompareLandingPageView">
<TopBarRight align="Right">
<Component type="PushButton" buttonType="secondary" name="ExitApp"/>
</TopBarRight>
<TopBar/>
<RHP/>
<ContentView>
<Component type="Custom" name="FormsLandingView" columns="1" hAlign="center" vAlign="near">
<Component type="Table" columns="1" hAlign="center" vAlign="center">
<Component type="Table" columns="1" hAlign="center" vAlign="center" bottomOffset="36">
<Component type="Label" label="Select Files to Compare" fontSize="22" bold="true" />
</Component>
<Component type="Table" columns="3" hAlign="center" vAlign="center" columnSpacing="30">
<Component type="Table" hAlign="center" vAlign="near" bottomOffset="12">
<Component type="Label" label="Old File" fontSize="16"/>
<Component type="LargeIconButton" name="Compare:OldFileButton"/>
</Component>
<Component type="Table" hAlign="center" vAlign="center" topOffset="16">
<Component type="Custom" name="Compare:SwapOldAndNew" iconSize="60"/>
</Component>
<Component type="Table" hAlign="center" vAlign="near" bottomOffset="12">
<Component type="Label" label="New File" fontSize="16"/>
<Component type="LargeIconButton" name="Compare:NewFileButton"/>
</Component>
</Component>
<Component type="Table" columns="4" hAlign="center" vAlign="near" columnSpacing="0" topOffset="4">
<Component type="Custom" name="Compare:OldFileScanWarning" iconSize = "25"/>
<Component type="Table" hAlign="center" columns="1" bottomOffset="10">
<Component type="Label" name="Compare:OldFileName" fontSize="16" />
<Component type="Custom" name="Compare:OldFileList"/>
</Component>
<Component type="Table" hAlign="center" vAlign="near" leftOffset="112">
<Component type="Custom" name="Compare:NewFileScanWarning" iconSize = "25"/>
</Component>
<Component type="Table" hAlign="center" columns="1" bottomOffset="10" rightOffset="25">
<Component type="Label" name="Compare:NewFileName" fontSize="16" />
<Component type="Custom" name="Compare:NewFileList"/>
</Component>
</Component>
<Component type="Table" hAlign="center" vAlign="center" topOffset="22">
<Component type="Checkbox" label="Compare text only" name="Compare:RunTextOnly"/>
</Component>
<Component type="Table" hAlign="center" vAlign="center" topOffset="8">
<Component type="IconButton" name="Compare:Settings" label="Settings"/>
</Component>
<Component type="Table" hAlign="center" vAlign="center" topOffset="12">
<Component type="PushButton" label="Compare" name="Compare:Execute" vAlign="center" buttonType="buttonCTA" fontSize="16" bold="true"/>
</Component>
<Component type="Table" columns="1" hAlign="center" vAlign="center" topOffset="36" >
<Component type="HyperLink" label="Help" name="Compare:Help" vAlign="bottom"/>
</Component>
<Component type="Table" columns="2" hAlign="center" vAlign="center" columnSpacing="5" topOffset="36">
<Component type="Custom" name="Compare:ScanWarningIcon" iconSize = "25"/>
<Component type="Label" name="Compare:ScanWarning" fontSize="16" bold="true"/>
</Component>
</Component>
</Component>
</ContentView>
</Layout>
</Layouts>
</Application>