Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Created August 14, 2019 19:22
Show Gist options
  • Save Sa1Gur/c08e1cb1c633251123ec6136ab22e84b to your computer and use it in GitHub Desktop.
Save Sa1Gur/c08e1cb1c633251123ec6136ab22e84b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<Grid xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
x:Name="_nameAndRate"
x:Class="In2TeamsSplitter.NameAndRating">
<Entry Text="{Binding Name, Source={x:Reference _nameAndRate}}" HorizontalOptions="FillAndExpand" />
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment