Guest User

index.xml

a guest
Jul 20th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <Alloy>
  2.     <Window class="container" title= "Home">
  3.         <TableView id="table">
  4.             <TableViewSection id="sectionNews" headerTitle="News">
  5.                 <TableViewRow class="row">
  6.                     <View class="imageWrapper">
  7.                         <ImageView class="image" image="https://static.pexels.com/photos/207962/pexels-photo-207962.jpeg"></ImageView>
  8.                     </View>
  9.                     <View class="labelWrapper">
  10.                         <Label>Title</Label>
  11.                     </View>
  12.                 </TableViewRow>
  13.             </TableViewSection>
  14.            
  15.         </TableView>
  16.     </Window>
  17. </Alloy>
Advertisement
Add Comment
Please, Sign In to add comment