Created
December 2, 2019 13:28
-
-
Save Sa1Gur/6f43acb66013bf6b1f69550b3c6e6dd8 to your computer and use it in GitHub Desktop.
Material Entries initial state
This file contains hidden or 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
<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