Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Phenek opened this issue Oct 25, 2018 · 0 comments
Open

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

Phenek opened this issue Oct 25, 2018 · 0 comments

Comments

@Phenek
Copy link

Phenek commented Oct 25, 2018

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant