app/src/main/res/drawable/ic_outline_bug.xml#L8 - Very long vector path (852 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.
:warning:
app/src/main/res/layout/comment_header.xml#L7 - Possible overdraw: Root element paints background ?pixelBackgroundColor with a theme that also paints a background (inferred theme is @style/AppTheme)
endX
is only used in API level 24 and higher (current min is 21)endY
is only used in API level 24 and higher (current min is 21)startX
is only used in API level 24 and higher (current min is 21)startY
is only used in API level 24 and higher (current min is 21)offset
is only used in API level 24 and higher (current min is 21)offset
is only used in API level 24 and higher (current min is 21)?pixelBackgroundColor
with a theme that also paints a background (inferred theme is@style/AppTheme
)Generated by :no_entry_sign: Danger