Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Last active June 8, 2019 23:39
Show Gist options
  • Save Sa1Gur/c79c154a35d0f5133e0bdc2cf69af41a to your computer and use it in GitHub Desktop.
Save Sa1Gur/c79c154a35d0f5133e0bdc2cf69af41a to your computer and use it in GitHub Desktop.
myentrymain.xaml
<StackLayout>
<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