Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
View class com.google.android.apps.gmm.base.views.squeezedlabel.SqueezedLabelView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
View class com.google.android.libraries.geo.navcore.ui.header.views.NextTurnTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
View class com.google.android.libraries.geo.navcore.ui.header.views.ManeuverImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
And here is the theme specified for Android Auto car apps in the manifest:
<meta-data android:name="androidx.car.app.theme" android:resource="@style/Theme.AppCompat" />
Tested with "androidx.car.app:app:1.7.0-rc01". I'll report this in the Navigation SDK since I am unclear where the error is occurring.
Any assistance is greatly appreciated.