Created
April 18, 2013 17:51
-
-
Save QGao/5414792 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Alloy> | |
<View id="header"> | |
<View id="titleContainer"> | |
<Label id="title">title</Label> | |
<Label id="itemCount">3</Label> | |
<View id="caretIcon"/> | |
</View> | |
<Button id="addExpense" onClick="add"/> | |
</View> | |
</Alloy> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment