Skip to content

Instantly share code, notes, and snippets.

@EduardoReisDev
Created November 10, 2020 00:38
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 EduardoReisDev/c3aa9edbd7660e9f7cbd06885590f8fa to your computer and use it in GitHub Desktop.
Save EduardoReisDev/c3aa9edbd7660e9f7cbd06885590f8fa to your computer and use it in GitHub Desktop.
<ContentPage 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"
xmlns:Controls="clr-namespace:MyGarden.Controls"
mc:Ignorable="d"
x:Class="MyGarden.Paginas.Home"
NavigationPage.HasNavigationBar="False">
<ContentPage.Content>
<Frame Padding="0" CornerRadius="10" BackgroundColor="#d5d5d8" Margin="10, 5,10,20">
<Controls:XEntry Placeholder="Busque suas plantas" PlaceholderColor="#9f9fa6" TextColor="#02C39A"/>
</Frame>
</ContentPage.Content>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment