Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created June 14, 2018 15:23
Show Gist options
  • Select an option

  • Save rdelrosario/7d4814f2739ce95b69e4c74b6c7b2a40 to your computer and use it in GitHub Desktop.

Select an option

Save rdelrosario/7d4814f2739ce95b69e4c74b6c7b2a40 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ViewCell xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ChatUIXForms.Views.Cells.IncomingViewCell">
<Frame BackgroundColor="LightBlue"
Padding="10"
HasShadow="false"
Margin="10,10,80,10">
<Label Text="{Binding Text}"/>
</Frame>
</ViewCell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment