Skip to content

Instantly share code, notes, and snippets.

@jorotenev
Created August 26, 2017 22:11
Show Gist options
  • Save jorotenev/af2314b97d2ed7ab84551a597c2e161b to your computer and use it in GitHub Desktop.
Save jorotenev/af2314b97d2ed7ab84551a597c2e161b to your computer and use it in GitHub Desktop.
<StackLayout dock='left'>
<Label text='{{name}}' class='expense-name'/>
<Label text="{{readable_timestamp}}"/>
<Label dock='right' class='expense-amount' text='{{amount}}' style.verticalAlignment="center"/>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment