You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Not sure if it belongs here but I post it anyway to maybe get an understanding.
I'm running the latest Xamarin Forms with Shell and noticed that on Android the Bottom Navigation Tabs rendered the text above the icon, instead of rendering them under the icon as it does in all the examples and iOS code.
I have no custom renderers for shell so at first I could not figure out what it was.
Then I saw: Xamarin.Google.Android.Material Version="1.5.0.1" between my packages on Android.
I removed it and now the tabbar is back to normal.
So my questions are:
Why does this happen?
Do I need this package running Xamarin Forms on Android?