Created
June 18, 2018 10:27
-
-
Save lubiepomaranczki/2c984d437cc1595f8248b56143aaa1e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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