This is a simple look and feel option that you can use on all platforms.
Choose the Optimize for performance option when you configure Hybrid App Designer preferences. For this look and feel, the layout of the HTML at a high level is:
<html>
<body onload="onHybridAppLoad();">
<div id="Department_createScreenDiv">
<ul id="Department_createScreenDivMenu" class="menu">
<li><a class="nav" name="Create" onclick="menuItemCallbackDepartment_createSubmit_Workflow();">Create</a></li>
<li><a class="nav" name="Cancel" onclick="menuItemCallbackDepartment_createCancel();">Cancel</a></li>
</ul>
<form name="Department_createForm" id="Department_createForm">
<table class="screen">
<tr>
<td colspan="2"><span id="Department_createForm_help" class="help"></span></td>
</tr>
<tr>
<td colspan="2" id="topOfDepartment_createForm"></td>
</tr>
<tr>
<td class="left"><label for="Department_create_dept_name_paramKey">Dept name:</label></td>
<td class="right"><input class="right" type="text" id="Department_create_dept_name_paramKey"/><span id="Department_create_Department_create_dept_name_paramKey_help" class="help"></span></td>
</tr>
<tr><td colspan="2" id="bottomOfDepartment_createForm"></td></tr></table>
</form>
</div>
</body>
</html>