Hello,
I am using SfCircularProgressBar in the Android toolbar Layout.
Is it possible to include the progress bar in the Toolbar xaml layout file?
My issue is that the toolbar get reset by Android during configuration change. And any layout defined in code is no longer accessible.
I am using Xamarin forms so need to include ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation
in the Main Activity to avoid recreating the Xforms app.
Thank you very much for your help.
Djamila