jean
12/16/2025, 9:45 AM<vector xmlns:android="<http://schemas.android.com/apk/res/android>" // <- the url is red and the error comes when hovering it.
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="###"
android:pathData="M160,840L160,360L480,120L800,360L800,840L560,840L560,560L400,560L400,840L160,840Z"/>
</vector>
The app works just fine, I can display the icon, but the code analysis from Android Studio complains about it. Any workaround?Jonathan
12/16/2025, 3:36 PMjean
12/19/2025, 10:16 PM