Skip to content

Item have got enough place to be displaying in full size #38

@Phenek

Description

@Phenek

Hello,

Sorry to bothering you:
I think there is an issue on the SizeUtils.cs

I got this:
screenshot 2018-10-25 at 14 14 28

My Setup

 void SetupBottomTabs()
        {
            BottomTabbedRenderer.FontSize = 10;
            BottomTabbedRenderer.IconSize = 20;
            BottomTabbedRenderer.ItemSpacing = 0;
            BottomTabbedRenderer.BottomBarHeight = 56;
            BottomTabbedRenderer.ItemAlign = ItemAlignFlags.Center;
            BottomTabbedRenderer.MenuItemIconSetter = (menuItem, iconSource, selected) =>
            {
                var iconized = Iconize.FindIconForKey(iconSource.File);
                if (iconized == null)
                {
                    BottomTabbedRenderer.DefaultMenuItemIconSetter.Invoke(menuItem, iconSource, selected);
                    return;
                }
                var drawable = new IconDrawable(this, iconized).Color(Color.White).SizeDp(20);
                menuItem.SetIcon(drawable);
            };
        }

Or have you got an idea on what I'm doing wrong?

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions