We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Sorry to bothering you: I think there is an issue on the SizeUtils.cs
I got this:
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,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Sorry to bothering you:
I think there is an issue on the SizeUtils.cs
I got this:
My Setup
Or have you got an idea on what I'm doing wrong?
Regards,
The text was updated successfully, but these errors were encountered: