Leon
Leon
> @PrimoDev23 the material controls are using a ContextThemeWrapper so it's not using that theme. It uses the Theme here > > https://github.com/xamarin/Xamarin.Forms/blob/719fc7a604ff0cce8922d717c99bfb0fa17e35e0/Xamarin.Forms.Material.Android/Resources/values/styles.xml#L9 > which gets passed into the Dialog...
So I have tried using Theme.MaterialComponents as my dark theme parent now What happens is just this  So not as expected. Date and Timepicker are also still in white...
> Can you post your styles.xml file? > > You have to literally copy and paste this exact code here > > ``` > > @style/XamarinFormsMaterialButton > @style/XamarinFormsMaterialButtonOutlined > @style/XamarinFormsMaterialSlider...
> @PrimoDev23 much like appcompat controls requiring an appcompat compatible theme Material controls require a Material related theme. > > If you don't apply a Material theme to a material...
> > And if I don't need other styles except dialogs, do I really need to add a style named XamarinFormsMaterialTheme? Shouldn't it be enough to just change MainTheme.Base's parent?...
> ``` > > @style/XamarinFormsMaterialButton > @style/XamarinFormsMaterialButtonOutlined > @style/XamarinFormsMaterialSlider > @style/XamarinFormsMaterialProgressBarHorizontal > @style/XamarinFormsMaterialProgressBarCircular > @style/XamarinFormsMaterialCheckBox > @style/MaterialTheme > @style/MaterialTheme > @style/MaterialTheme > > > > > > ``` So I...
This seems to work just fine for both permission types when using the attached code. Anyways the attached code is not following best practices, since you are calling a normal...
> @PrimoDev23 I have the exact code and for some reason onPermissionsResult is not being called. So I see the standard permission popup (camera in my case). I click Allow...
@theojarrus I created a PR for this https://github.com/google/accompanist/pull/1771 As soon as the review is done, it can be merged