rutile
Version:
Factory automation for Mobile Enterprise.
14 lines (13 loc) • 419 B
text/xml
<Alloy>
<View id="RootView">
<ListView id="SearchResultList" defaultItemTemplate="ListTemplate" onItemclick="onItemClick">
<Templates>
<ItemTemplate name="ListTemplate" height="44" selectedBackgroundColor="#fff">
<View bindId="labelWrapper" class="LabelWrapper">
<Label bindId="label" id="MainLabel" class="Labels"/>
</View>
</ItemTemplate>
</Templates>
</ListView>
</View>
</Alloy>