alloy
Version:
TiDev Titanium MVC Framework
13 lines • 387 B
text/xml
<Alloy>
<Window>
<Require src="header" title="Dynamic Styling" hideButton="true"/>
<TableView id="table" dataCollection="views" onClick="loadView">
<TableViewRow class="row" modelId="{id}">
<View class="rowContainer">
<Label class="title" text="{title}"/>
<Label class="subtitle" text="{subtitle}"/>
</View>
</TableViewRow>
</TableView>
</Window>
</Alloy>