Sharpnado.Tabs
Sharpnado.Tabs copied to clipboard
[MAUI/Xamarin.Forms/Both] Sharpnado BottomTab TouchEffect Color Not Working
<tabs:BottomTabItem Label="Home" tabs:TouchEffect.Color="Green"/>
When this is written, it works in Hot Reload mode after the build, but it did not work when it was re-debugged and reopened. I put Touch Effect.Color in TabHostView in the same way, but the color doesn't change and it comes out in sky blue.
Am I doing something wrong? And it doesn't reflect when you put the color in transparent.
Thank you always.
Hi, I'm also observing the same sky blue color, this color comes from the SelectedTabColor property. Sets it to "Transparent" to remove it.