Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Created December 2, 2019 13:28
Show Gist options
  • Save Sa1Gur/6f43acb66013bf6b1f69550b3c6e6dd8 to your computer and use it in GitHub Desktop.
Save Sa1Gur/6f43acb66013bf6b1f69550b3c6e6dd8 to your computer and use it in GitHub Desktop.
Material Entries initial state
<StackLayout Visual="Material">
<Label Text="Default" />
<Entry Text="Text" TextColor="White" PlaceholderColor="Green" BackgroundColor="YellowGreen" />
<Entry Placeholder="Placeholder" TextColor="White" PlaceholderColor="Green" BackgroundColor="YellowGreen" />
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment