I updated a Xamarin Forms app to Maui in VS22 targetting .net7 and android 33. We only care about the android version. I used the migration assistant to update the project, then added the files to a new, empty Maui project. It builds successfully now. After the splash screen goes away I get the error below that eventually leads to the error inflating AppBarLayout. I have no idea where the problem is, so I'm not sure what code to post.
Failed to resolve attribute at index 13: TypedValue{t=0x2/d=0x7f040100 a=-1}, theme={InheritanceMap=[id=0x7f120263com.app.trustqa:style/ThemeOverlay.AppCompat.Dark.ActionBar, id=0x7f120074com.app.trustqa:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar, id=0x7f120073com.app.trustqa:style/Base.ThemeOverlay.AppCompat.Dark, id=0x7f12013ecom.app.trustqa:style/Platform.ThemeOverlay.AppCompat.Dark, id=0x7f12013dcom.app.trustqa:style/Platform.ThemeOverlay.AppCompat], Themes=[com.app.trustqa:style/ThemeOverlay.AppCompat.Dark.ActionBar, forced, android:style/Theme.DeviceDefault.Light.DarkActionBar, forced, com.app.trustqa:style/Theme.AppCompat.Empty, forced, android:style/Theme.DeviceDefault.Light.DarkActionBar, forced]}
Android.Views.InflateException
Message=Binary XML file line #1 in com.app.trustqa:layout/navigationlayout: Binary XML file line #1 in com.app.trustqa:layout/navigationlayout: Error inflating class com.google.android.material.appbar.AppBarLayout
Any ideas?