Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nuno-morais on github.
  • I am nram (https://keybase.io/nram) on keybase.
  • I have a public key ASCwB9VAs8ziOthtDL0fQL8qgkuBJUBfIoWpQdPlY46RLAo

To claim this, I am signing this object:

@nuno-morais
nuno-morais / patientinfo.html
Created February 24, 2018 11:26
Changed StackLayout to Grid
<ActionBar [title]="Title">
<GridLayout class="ActionBarChatContainer" columns="15*,85*" (tap)="GoToOtherChatUsersInfo()">
<Image col="0" *ngIf="Image != null" [src]="Image" stretch="aspectFit"></Image>
<Image col="0" *ngIf="Image == null" [src]="DefaultImage" stretch="aspectFit"></Image>
<GridLayout col="1" columns="*,auto">
<StackLayout col="0" orientation="vertical">
<StackLayout>
<Label class="SectionTitle" [text]="Title"></Label>
</StackLayout>
<Label text="Online"></Label>