Created
December 2, 2019 14:04
-
-
Save Sa1Gur/7659278e4923e75224e67c6e18b2fece to your computer and use it in GitHub Desktop.
Material Entries Final 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="Customized" /> | |
<materialentry:MyMaterialEntry Text="Text" TextColor="White" PlaceholderColor="Green" BackgroundColor="YellowGreen" MyHighlightColor="Orange" MyHandleColor="Red" /> | |
<materialentry:MyMaterialEntry Placeholder="Placeholder" TextColor="White" PlaceholderColor="Green" BackgroundColor="YellowGreen" MyHighlightColor="Orange" MyHandleColor="BlueViolet" /> | |
</StackLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment