Skip to content

Instantly share code, notes, and snippets.

@saimon24
Created July 15, 2016 16:04
Show Gist options
  • Save saimon24/7449b0cce562567fe75e856b6943c8d0 to your computer and use it in GitHub Desktop.
Save saimon24/7449b0cce562567fe75e856b6943c8d0 to your computer and use it in GitHub Desktop.
<ActionBar [title]="name">
<NavigationButton text="Back" android.systemIcon="ic_menu_back" (tap)="navigateBack()"></NavigationButton>
</ActionBar>
<StackLayout class="item-group">
<Label [text]="'Height:' + height" textWrap="true"></Label>
<Label [text]="'Weight:' + weight" textWrap="true"></Label>
<Image [src]="pokeimg"></Image>
<ActivityIndicator
[busy]="isLoading"
[visibility]="isLoading ? 'visible' : 'collapse'"
horizontalAlignment="center"
verticalAlignment="center">
</ActivityIndicator>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment