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 ### **Floating action button** The floating action button is one of the most crucial components used in Google's material design - especially for layouts in which...

## 🐛 Bug Report When you use a `MaterialCard` and have an `Elevation` value on it, then this elevation will disappear when toggling `IsVisible` to `false` and then back to...

## 🐛 Bug Report A customer lamented the fact that dialog messases were not visible on its Android phone. Doing some research we found that due to a scaling he...

## 🐛 Bug Report I am getting below Exception in Android on emulator as well as on the device, at when we stop and any task before completing, still not...

## 🚀 Feature Requests Add access to Entry Cursor Position. For my Purpose it's to Select Text on Focus doing [this](https://stackoverflow.com/questions/28194231/automatically-select-all-text-on-focus-xamarin) ### Contextualize the feature This heavily speeds up user...

## 🏗 Enhancement Proposal Examples of Radio Button, Radio Button Group, Check Box Button Group in Example Project or Documentation ### Pitch Current documentation doesn't work out of the box...

## 🚀 Feature Request: Allow Gradient Brushes on the Navigation Bar instead of Solid Color Only [Microsoft Link](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/brushes/gradient) ### Pitch Keeps us relevant vs Native and other X Platform Frameworks...

## 🐛 Bug Report When using Choice Select for MaterialTextField, specifically SingleImmediateChoice, TintColor and other Stylings seem to have no effect on the Dialog Styling. ### Expected behavior Choice Dialog...

## 🚀 Feature Requests Allow Button Styling for Dialogs in MaterialAlertDialogConfiguration, MaterialSimpleDialogConfiguration, etc. ### Contextualize the feature Current Buttons allow for styling options but the Dialog buttons do not ###...

## 🐛 Bug Report A call to `await MaterialDialog.Instance.AlertAsync` does not wait unitl the dialog's dismiss before continuing. Doing some tests, calling `var msgResult = await MaterialDialog.Instance.ConfirmAsync` actually waits so...