The Look and Feel XML Files

Each device platform (WindowsMobileProfessional, BlackBerry, BlackBerry6, iOS, and Android) provides a <File>…</File> tag, which refers to an .xml file in the Mobile Workflow .zip package.

The contents are similar to this:
<?xml version="1.0" encoding="utf-8"?>
<widget>
  <screens src="html/myAndroidWorkflow.html" default="Start_Screen">
    <screen key="html/myAndroidWorkflow.html">
    </screen>
  </screens>
</widget>

Different platforms can share the same look and feel .xml file, or they can use different .xml files, depending on the application design. Different .xml files can refer to the same .html file, or to different .html files, depending, again, on the application design.

When a Mobile Workflow package is generated usuing the Mobile Workflow Forms editor, the with the Optimized for appearance option selected in Preferences, three look and feel .xml files are generated: workflow.xml, workflow_CustomLookAndFeel.xml, and workflow_jQueryMobileLookAndFeel.xml.