-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hey, is it possible to provide some customization in FloatingNavigationMenu button. Like background colour of the menu buttons. FloatingNavigationButton closed and opened icons and background colour.
internal class FloatingNavigationButton : Grid
{
private Color OpenedColor = Colors.GetColor(ColorName.color_obsolete_accent);
private Color ClosedColor = Color.FromArgb("#BF8DCE");
private ImageSource OpenedIcon = Icons.GetIcon(IconName.close_line);
private ImageSource ClosedIcon = Icons.GetIcon(IconName.menu_line);
Xamarin version of the DIPS UI was highly customizable. And we had used many basic customizations in colour, icons etc.
It would be really helpful if you could provide some basic customizations.
Metadata
Metadata
Assignees
Labels
No labels