Skip to content

Instantly share code, notes, and snippets.

@mallibone
Created April 28, 2016 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mallibone/e5ee269db50a73bc2ff1200149294798 to your computer and use it in GitHub Desktop.
Save mallibone/e5ee269db50a73bc2ff1200149294798 to your computer and use it in GitHub Desktop.
<Entry AutomationId="InputMessageEntry" Text="{Binding InputMessage, Mode=TwoWay}" Placeholder="Enter a message and submit it" VerticalOptions="Center" HorizontalOptions="FillAndExpand" />
<Button AutomationId="SubmitMessageButton" Text="Submit" Command="{Binding SubmitMessageCommand}" VerticalOptions="Center" HorizontalOptions="Center" />
<Label AutomationId="SubmittedMessageLabel" Text="{Binding SubmittedMessage}" VerticalOptions="Center" HorizontalOptions="CenterAndExpand" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment