In Xamarin.Forms on Android, I'm working on a section that uses a tabbed page. I'm attempting to place a set of borders around the selected item like such:
and
Is there any way that such a goal can be achieved using custom renderers?
In Xamarin.Forms on Android, I'm working on a section that uses a tabbed page. I'm attempting to place a set of borders around the selected item like such:
and
Is there any way that such a goal can be achieved using custom renderers?
Copyright © 2021 Jogjafile Inc.
According to your description, if you want to change selected item color in TabbedPage, you can use the following code:
If you want to change selected item text size, you can use custom render to do this:
If you want to add border line for tabbar, please take a look this thread:
Xamarin Tab Bar top(border) line