0
votes

I am using xamarin.forms mvvm light architecture and targeting Android & iOS. I am currently writing custom renderer for navigation drawer(MasterDetailPage). I am currently writing custom renderer for Android and i have tried many things. Currently my MasterDetail Page renders according to OS's default behaviour i.e. in Android master page starts below the app bar but i wanted my master page to popover app bar or start above the app bar like gmail,stack exchange android app etc

2
I can't find solution for that question as well - Jay Patel

2 Answers

0
votes

use this theme Theme.AppCompat.Light.NoActionBar for the expected behaviour

0
votes

There exists one already, as of this writing it is out of date though (not targeting Xamarin Forms 2): https://github.com/nativecode-dev/oss-xamarin. Perhaps you can use that?