Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Created December 2, 2019 14:04
Show Gist options
  • Save Sa1Gur/7659278e4923e75224e67c6e18b2fece to your computer and use it in GitHub Desktop.
Save Sa1Gur/7659278e4923e75224e67c6e18b2fece to your computer and use it in GitHub Desktop.
Material Entries Final State
<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