XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

A Xamarin Forms library for implementing Material Design

Results 107 XF-Material-Library issues
Sort by recently updated
recently updated
newest added

## 🚀 Feature Requests ### Contextualize the feature I think it would be nice if a AutoSize option were added in MaterialTextField ### Describe the feature Add a AutoSize option...

enhancement
valid

There is a weird breaking on iOS for the MaterialTextField where the control is taking too much width when there is long text. This only happens when binding a text...

## 🐛 Bug Report ### Expected behavior - It should work properly and show a popup with menu items. ### Reproduction steps - Add MaterialMenuButton on the page and when...

## 🐛 Bug Report In Android when the page is loading there is a small flicker in the black color entry, the CardBackgroundColor="Transparent" property works fine but that flicker generates...

## 🐛 Bug Report ![image](https://user-images.githubusercontent.com/442046/167289279-8ccde458-6e94-4d13-82fd-097c48159e00.png) ![image](https://user-images.githubusercontent.com/442046/167289296-1ea46920-78f8-404b-a022-e4eef9a5f7c4.png) ### Expected behavior Cannot upgrade XF.Material 5.0.0.2291 or latest version (5.0.0.2401) ### Reproduction steps 1. Upgrade XamarinForm dependency to XF.Material 5.0.0.2291 (or later) 2....

Hi, I need some advice. I don't know where I'm making a mistake. example: I open the first dialog with a custom view I have a button in it which...

Material 3 in any way would be cool ### Platforms affected (mark all that apply) - [ ] :iphone: iOS - [x] :robot: Android - [ ] :checkered_flag: WPF -...

## 🐛 Bug Report When I set rotation for MaterialMenuButton. It's not rotating. are there any other properties available to rotate the MaterialMenuButton? ### Expected behavior It should to the...

When I add a Custom Material checkbox using your libary my app screen crashes with the words default color invalid even though I have not set one I am guessing...

## 🐛 Bug Report I'm using a MaterialButton. The app is crazing in the init with the following code: ``` ... _materialButton.TextColor.MultiplyAlpha(0.38).ToAndroid() ... ``` Link file [here](https://github.com/Baseflow/XF-Material-Library/blob/e70ca0b8aaef0e069743bf92407cfa6ac320bfc2/XF.Material/Platforms/Android/Renderers/MaterialButtonRenderer.cs#L95 ). More info...