Skip to content

Change request #615

@Kartik018

Description

@Kartik018

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions