-
Notifications
You must be signed in to change notification settings - Fork 97
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
Remove blue bar in top #99
Comments
add |
I tried this but unfortunately, Its still there. |
use Theme.AppCompat.Light.NoActionBar as your theme |
@maherzaidoune : Thanks it worked. Can you please tell me why doesn't the tab color and badge count work in ios although it works smoothly in the android |
Badges are working in iOS. It worked for me. Please see below: Please add custom renderer in iOS. And it will work. "using System; [assembly: ExportRenderer(typeof(BottomBarPage), typeof(BottomBarPageRenderer))] protected override void OnElementChanged(VisualElementChangedEventArgs e)
} void AddPropertyChangedHandlersForPages()
} void OnPagePropertyChanged(object sender, PropertyChangedEventArgs e) |
Can you tell me , how can we remove that blue bar in the top? Attaching the screenshots...
The text was updated successfully, but these errors were encountered: