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
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
I'm getting the following violation:
"Possible overdraw: Root element paints background @color/colorPrimary with a theme that also paints a background (inferred theme is @style/AppTheme_NoActionBar)"
Note: I added "@null" to the theme in the hope that it would fix the issue but it's the same situation with and without this row.
I'm getting the following violation:
"Possible overdraw: Root element paints background
@color/colorPrimary
with a theme that also paints a background (inferred theme is@style/AppTheme_NoActionBar
)"Note: I added "@null" to the theme in the hope that it would fix the issue but it's the same situation with and without this row.
My setup:
Android plugin version 1.1
Relevant part of my code below:
styles.xml:
AndroidManifest.xml:
activity_account_handling.xml:
Note: the violation is on the row which sets "android:background":
The text was updated successfully, but these errors were encountered: