Hi everyone,
I have a problem with my Masterdetail page Hamburger Icon.
I have a combination of Master detail page and a tabbed paged. When i navigate to any tabbed page and then make any selection on the menu, the hamburger icon gets left aligned and clipped.
Its working fine on iOS.
Please also find the attached screenshots from my android device.
Kind Regards
Taimoor Janjua
You are using the old style hamburger pre-Lollipop/Material Design. You will need to upgrade to the latest version which supports app compat: https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/
I also have a whole blog on how to do it just for Lollipop if that isn't an option: http://motzcod.es/post/115523285992/material-design-theming-for-xamarinforms-android
App company brings key features tonolder platforms such as Material Theming and the Toolbar. Xamarin.Forms supports api 15+...96% of all Android devices. The nice thing is this will give you app the latest material theming and a single theme across all versions.
Answers
Yes, I have noted this too
You are using the old style hamburger pre-Lollipop/Material Design. You will need to upgrade to the latest version which supports app compat: https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/
I also have a whole blog on how to do it just for Lollipop if that isn't an option: http://motzcod.es/post/115523285992/material-design-theming-for-xamarinforms-android
Hello @JamesMontemagno
Many thanks for your clarification and support. I am going to support it now, through your material design blog.
I just have a question, with this in place can i support earlier versions of anrdoid as well?
Kind Regards
Taimoor Janjua
App company brings key features tonolder platforms such as Material Theming and the Toolbar. Xamarin.Forms supports api 15+...96% of all Android devices. The nice thing is this will give you app the latest material theming and a single theme across all versions.