XF-Material-Library
XF-Material-Library copied to clipboard
A Xamarin Forms library for implementing Material Design
Please add OutLined MaterialTextField https://material.io/components/text-fields/#outlined-text-field
## 🚀 Feature Requests ChoicesBindingNameProperty is currently commented out in the code. You cannot set it but there already is an implementation for it. ### Contextualize the feature You can...
## 🚀 Feature Requests We should have the option to create a custom trailing icon. ### Contextualize the feature It would be useful to add a custom trailing icon for...
## 🐛 Bug Report I don't know about other cases, but if I set "TextColor" property before "ButtonType" property in my style declaration - the text color is not applied....
## 🐛 Bug Report When setting the `BackgroundColor` to `Transparent` on a `MaterialTextField` the `BackgroundColor ` is still filled with the default color, ignoring the `Transparent `property on Android. This...
## 🐛 Bug Report When setting the IsEnabled property in XAML for a MaterialButton to false the button is still enabled. ### Expected behavior The button should be disabled. ###...
## 🐛 Bug Report Card shadow not showing ### Expected behavior As docs present => Elevation - The virtual distance along the z-axis. The value determines the importance of the...
## 🐛 Bug Report ### Expected behavior Should show Checkbox and Radiobutton checked and unchecked icons. ### Configuration **Version:** 1.6.3 **Platform:** - [ ] :iphone: iOS - [ ] :robot:...
## 🚀 Feature Requests *The following discusses my experience on Android, I'm not sure about other platforms.* I'm happy to submit a small PR to auto focus on the text...
Hi A quick question - is it possible to set the color of the ripple effect on cards on iOS in Xaml or code behind? I have looked for a...