You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apparently this theme doesn't support to launch MaterialAlertDialog
getting below error -
java.lang.IllegalArgumentException: com.google.android.material.dialog.MaterialAlertDialogBuilder requires a value for the :attr/colorSurface attribute to be set in your app theme. You can either set the attribute in your theme or update your theme to inherit from Theme.MaterialComponents (or a descendant).
I'm inheriting the DragDismissTheme,
apparently this theme doesn't support to launch MaterialAlertDialog
getting below error -
java.lang.IllegalArgumentException: com.google.android.material.dialog.MaterialAlertDialogBuilder requires a value for the :attr/colorSurface attribute to be set in your app theme. You can either set the attribute in your theme or update your theme to inherit from Theme.MaterialComponents (or a descendant).
my theme -
<style name="DragDismissTheme.Extend" parent="DragDismissTheme"> @color/color_primary @color/color_primary_dark @color/color_accent @style/ThemeOverlay.MaterialComponents.MaterialAlertDialog </style>The text was updated successfully, but these errors were encountered: