Skip to content

Instantly share code, notes, and snippets.

@lubiepomaranczki
Created June 18, 2018 10:27
Show Gist options
  • Save lubiepomaranczki/2c984d437cc1595f8248b56143aaa1e4 to your computer and use it in GitHub Desktop.
Save lubiepomaranczki/2c984d437cc1595f8248b56143aaa1e4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:controls="clr-namespace:XamForms.Enhanced.Views;assembly=XamForms.Enhanced"
xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"
prism:ViewModelLocator.AutowireViewModel="True"
x:Class="Medium.Sample.Views.SearchText"
Title="{Binding Title}">
<ContentPage.Content>
<SearchBar Text="{Binding SearchText.Value}"
</ContentPage.Content>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment