Type converter failed: Exception has been thrown by the target of an invocation.

Jerod Motley 0 Reputation points
2023-10-31T20:17:35.3833333+00:00
**UPDATE**
I updated a Xamarin Forms app to .NET Maui. It appears this line is a problem. It results in Error inflating class com.google.android.material.appbar.AppBarLayout

    <com.google.android.material.tabs.TabLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/sliding_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:tabIndicatorColor="@android:color/white" app:tabGravity="fill" app:tabMode="fixed" />

Is there an update to com.google.android.material.tabs.TabLayout or something else I should be doing?
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,870 questions
{count} votes