UNPKG

rutile

Version:

Factory automation for Mobile Enterprise.

18 lines (17 loc) 615 B
<Alloy> <View id="RootView"> <ListView id="SearchResultList" defaultItemTemplate="ListTemplate" onItemclick="onItemClick"> <Templates> <ItemTemplate name="ListTemplate" height="44" selectedBackgroundColor="#fff"> <View bindId="checkWrapper" class="CheckIconView"> <Label bindId="check" id="CheckSymbol" class="CheckIcon"/> </View> <View bindId="labelWrapper" class="LabelWrapper"> <ImageView bindId="image" id="myImage" class="Images"/> <Label bindId="label" id="MainLabel" class="Labels"/> </View> </ItemTemplate> </Templates> </ListView> </View> </Alloy>