| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- This file should not be edited manually! See go/template-diff-tests --> |
| <issues format="6" by="lint %AGP_VERSION_PLACEHOLDER%" type="baseline" client="gradle" dependencies="false" name="AGP (%AGP_VERSION_PLACEHOLDER%)" variant="all" version="%AGP_VERSION_PLACEHOLDER%"> |
| |
| <issue |
| id="InconsistentLayout" |
| message="The id "nav_view" in layout "activity_main" is missing from the following layout configurations: layout, layout-w1240dp (present in layout-w600dp)" |
| errorLine1=" android:id="@+id/nav_view"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout-w600dp/activity_main.xml" |
| line="26" |
| column="13" |
| message="Occurrence in layout-w600dp"/> |
| </issue> |
| |
| <issue |
| id="InconsistentLayout" |
| message="The id "fab" in layout "app_bar_main" is missing from the following layout configurations: layout-w1240dp (present in layout, layout-w600dp)" |
| errorLine1=" android:id="@+id/fab"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout/app_bar_main.xml" |
| line="36" |
| column="13" |
| message="Occurrence in layout"/> |
| <location |
| file="src/main/res/layout-w600dp/app_bar_main.xml" |
| line="29" |
| column="9" |
| message="Occurrence in layout-w600dp"/> |
| </issue> |
| |
| <issue |
| id="InconsistentLayout" |
| message="The id "nav_view" in layout "content_main" is missing from the following layout configurations: layout, layout-w600dp (present in layout-w1240dp)" |
| errorLine1=" android:id="@+id/nav_view"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout-w1240dp/content_main.xml" |
| line="11" |
| column="9" |
| message="Occurrence in layout-w1240dp"/> |
| </issue> |
| |
| <issue |
| id="InconsistentLayout" |
| message="The id "fab" in layout "content_main" is missing from the following layout configurations: layout, layout-w600dp (present in layout-w1240dp)" |
| errorLine1=" android:id="@+id/fab"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/layout-w1240dp/content_main.xml" |
| line="20" |
| column="9" |
| message="Occurrence in layout-w1240dp"/> |
| </issue> |
| |
| <issue |
| id="OldTargetApi" |
| message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details." |
| errorLine1=" targetSdk 35" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="build.gradle" |
| line="14" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="RedundantLabel" |
| message="Redundant label can be removed" |
| errorLine1=" android:label="@string/app_name"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml" |
| line="17" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (976 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M36.3 94.8c6.4 7.3 16.2 12.1 27.3 12.4 10.7,-.3 20.3,-4.7 26.7,-11.6l.2.1c-17,-13.3,-12.9,-23.4,-8.5,-28.6 1.3,-1.2 2.8,-2.5 4.4,-3.9l13.1,-11c1.5,-1.2 2.6,-3 2.9,-5.1.6,-4.4,-2.5,-8.4,-6.9,-9.1,-1.5,-.2,-3 0,-4.3.6,-.3,-1.3,-.4,-2.7,-1.6,-3.5,-1.4,-.9,-2.8,-1.7,-4.2,-2.5,-7.1,-3.9,-14.9,-6.6,-23,-7.9,-5.4,-.9,-11,-1.2,-16.1.7,-3.3 1.2,-6.1 3.2,-8.7 5.6,-1.3 1.2,-2.5 2.4,-3.7 3.7l-1.8 1.9c-.3.3,-.5.6,-.8.8,-.1.1,-.2 0,-.4.2.1.2.1.5.1.6,-1,-.3,-2.1,-.4,-3.2,-.2,-4.4.6,-7.5 4.7,-6.9 9.1.3 2.1 1.3 3.8 2.8 5.1l11 9.3c1.8 1.5 3.3 3.8 4.6 5.7 1.5 2.3 2.8 4.9 3.5 7.6 1.7 6.8,-.8 13.4,-5.4 18.4,-.5.6,-1.1 1,-1.4 1.7,-.2.6,-.4 1.3,-.6 2,-.4 1.5,-.5 3.1,-.3 4.6.4 3.1 1.8 6.1 4.1 8.2 3.3 3 8 4 12.4 4.5 5.2.6 10.5.7 15.7.2 4.5,-.4 9.1,-1.2 13,-3.4 5.6,-3.1 9.6,-8.9 10.5,-15.2m-14.4,-49.8c.9 0 1.6.7 1.6 1.6 0 .9,-.7 1.6,-1.6 1.6,-.9 0,-1.6,-.7,-1.6,-1.6,-.1,-.9.7,-1.6 1.6,-1.6zm-25.7 0c.9 0 1.6.7 1.6 1.6 0 .9,-.7 1.6,-1.6 1.6,-.9 0,-1.6,-.7,-1.6,-1.6,-.1,-.9.7,-1.6 1.6,-1.6z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_1.xml" |
| line="27" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (1117 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M116.5 65.2c.1.1.2.1.2.2 0,-.1,-.1,-.2,-.2,-.2zM124.7 71.3l.6.3c-.3,-.1,-.4,-.2,-.6,-.3zM126.4 72.3l.6.3c-.2 0,-.4,-.1,-.6,-.3zM123 70.2l.5.3c-.2 0,-.4,-.2,-.5,-.3zM115 63.7zM114.9 127.8c-12,-17.2,-7.6,-52,-3.1,-67.6v-.1c-3.5,-4.2,-7.8,-11.7,-10.2,-18.7,-1.7,-5,-4,-8.8,-6.4,-11.8l-1.6,-2,-10.7 11.8c-1.5 2.1,-3.3 1.8,-4.1,-.6l-7.1,-17.3c-.3,-.9,-.3,-1.9 0,-2.7.3,-1.1,-.1,-2.1.7,-3l-2,-.1c-1.3 0,-2.5.1,-3.7.3,-1.7,-.3,-3.4,-.5,-5.1,-.5,-11.9 0,-21.9 8.1,-24.8 19.2,-.5 1.8,-.7 3.7,-.8 5.6,-1.2 3.6,-4.2 7.7,-11.5 8.4 1.3.4 2.2 1.9 2 3.6l-.5 2.8c-.3 2,-1.2 2.4,-2.2.9l1.6 8.6.2.9c.1 1.1.3 2.2.6 3.4 1 4 3.2 8.2 7.8 10.9.3.6 1 1.3 2 2.1 8.2 6.7 36 20.7 27.8 46.1h51.3c0,-.1,-.1,-.1,-.2,-.2zm-80.4,-68.5c.5 0 1 .4 1 1 0 .5,-.4 1,-1 1,-.5 0,-1,-.4,-1,-1s.4,-1 1,-1zm7.4 3.9c.5 0 1 .4 1 1 0 .5,-.4 1,-1 1,-.5 0,-1,-.4,-1,-1 0,-.5.5,-1 1,-1zm-1,-8.5c-.5 0,-1,-.4,-1,-1 0,-.5.4,-1 1,-1 .5 0 1 .4 1 1s-.5 1,-1 1zm3.9,-10.9c-.9 0,-1.6,-.7,-1.6,-1.6 0,-.9.7,-1.6 1.6,-1.6.9 0 1.6.7 1.6 1.6 0 .9,-.7 1.6,-1.6 1.6zM118.1 66.5c.1.1.2.2.4.3,-.2,-.1,-.3,-.2,-.4,-.3zM121.3 69.1l.5.3,-.5,-.3zM119.7 67.8l.4.3c-.1 0,-.3,-.1,-.4,-.3z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_11.xml" |
| line="36" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (1391 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M110.3 91.4l-.5,-.5c.1.2.3.4.5.5zM105.9 86.9l.4.5c-.1,-.2,-.3,-.4,-.4,-.5zM115.7 96.4c.2.2.4.4.7.6,-.3,-.2,-.5,-.4,-.7,-.6zM104.3 85c.2.2.3.4.5.5,-.2,-.1,-.4,-.3,-.5,-.5zM108 89.1zM124.9 103.1l.9.6c-.3,-.3,-.6,-.4,-.9,-.6zM96.4 74.1l.1.2c-.1 0,-.1,-.1,-.1,-.2zM111.6 92.7c.2.2.4.4.7.6l-.7,-.6zM121.6 100.9l.9.6,-.9,-.6zM102.8 83.2l.4.5c-.1,-.1,-.3,-.3,-.4,-.5zM101.4 81.5c.1.1.1.2.2.2,-.1 0,-.1,-.1,-.2,-.2zM113.6 94.5l.7.6c-.2,-.1,-.5,-.4,-.7,-.6zM98.6 77.7c.1.1.1.2.2.2l-.2,-.2zM97.4 75.9l.2.3c0,-.1,-.1,-.2,-.2,-.3zM125.8 103.6l-.9,-.6,-2.4,-1.5,-.9,-.6c-1,-.7,-2.1,-1.4,-3.1,-2.2l-2.2,-1.8c-.2,-.2,-.4,-.4,-.7,-.6,-.5,-.4,-1,-.8,-1.4,-1.2l-.7,-.6,-1.3,-1.2,-.7,-.6c-.5,-.4,-.9,-.9,-1.3,-1.3l-.5,-.5,-1.8,-1.8c-.6,-.6,-1.1,-1.2,-1.6,-1.8l-.4,-.5,-1.2,-1.3c-.2,-.2,-.3,-.4,-.5,-.5l-1.1,-1.3,-.4,-.5,-1.2,-1.5c-.1,-.1,-.1,-.2,-.2,-.2,-.9,-1.2,-1.8,-2.4,-2.6,-3.6,-.1,-.1,-.1,-.2,-.2,-.2l-1,-1.5,-.2,-.3c-.3,-.5,-.6,-1,-1,-1.5l-.1,-.2c-1.1,-1.8,-2,-3.5,-2.9,-5.2,-3.1,-6,-4.8,-11.4,-5.7,-15.9,-.2,-.9,-.3,-1.7,-.4,-2.6l-2.2,-37.5,-8 10.2c-3.7,-2.6,-8.2,-4.2,-13.1,-4.2s-9.4 1.5,-13.1 4.1l-8.1,-10.1,-1.8 29,-7.7 71.8h.2c-.1 1,-.2 2,-.2 3 0 4 .8 7.7 2.1 11.2h92.7v-23.1c-.7,-.4,-1.5,-.8,-2.2,-1.3zm-70.8,-65.2c-.9 0,-1.6,-.7,-1.6,-1.6 0,-.9.7,-1.6 1.6,-1.6.9 0 1.6.7 1.6 1.6 0 .8,-.7 1.6,-1.6 1.6zm17.9 0c-.9 0,-1.6,-.7,-1.6,-1.6 0,-.9.7,-1.6 1.6,-1.6.9 0 1.6.7 1.6 1.6 0 .8,-.7 1.6,-1.6 1.6z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_12.xml" |
| line="30" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (1160 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M73 18.7c-4.8 0,-9.7.8,-14 2.3,-.1.1,-.2.2,-.4.3l-7.3 4.6c-.6.4,-1.4.4,-2 .1,-.3,-.2,-.6,-.4,-.8,-.7l-.7,-1.1c-.6,-1,-.3,-2.2.6,-2.8l7.3,-4.6c.4,-.2.8,-.3 1.2,-.3,-5.5,-3,-23.7,-10.7,-33.7 10.7,-11.8 25.4 11 50.2,-14.4 62.6 0 0 26.2 13.7 40.9,-24.8 3.7 3.2 8.8 5.8 16 7.4,-.6,-5.6.8,-9.8,-2.1,-12.8,-1.3,-1.4,-2.7,-1.5,-4,-2.4,-.7,-.5,-1.4,-.9,-2,-1.3,-1.5,-.9,-2.6,-1.3,-2.8,-1.4,-1.1,-1,-1.9,-2.4,-2.1,-4.1,-.5,-3.6,-2.2,-6.9 1.1,-7.4.8,-.1 1.6,-.1 2.4.2 8,-1.5 11.6,-6.7 12.8,-8.9 3.4 4.8 11.7 9.8 31.9 6.8.3 1.1.6 1.2.8 2.4l.5,-1.3c-.1,-13,-13.2,-23.5,-29.2,-23.5zM56.1 43.2zM61.4 89.7s6 8.6 19.4 9.7c5.1.4 11.3,-.3 18.6,-2.9,-.1,-.6,-.3,-1.2,-.4,-1.7,-.2,-1.1,-3.2,-18,-3.4,-23.6,-.2,-6.2.6,-10 1.6,-12.4h7.3l-2.1,-8.5c-.1,-2,-.4,-3.9,-.6,-5.6 0,-.3,-.1,-.7,-.2,-1,-.2,-1.1,-.4,-2.3,-.8,-3.4,-20.2 3,-28.5,-2,-31.9,-6.8,-1.2 2.1,-4.8 7.4,-12.8 8.9,-.8,-.2,-1.6,-.3,-2.4,-.2,-3.3.5,-5.6 3.8,-5.1 7.4.2 1.7 1 3.1 2.1 4.1.2.1 1.3.5 2.8 1.4.6.4 1.3.8 2 1.3 1.3.9 2.6 2 4 3.4 2.9 3 5.6 7.2 6.1 12.8.5 4.5,-.6 10.2,-4.2 17.1zm27.5,-41.2c.7 0 1.3.6 1.3 1.3s-.6 1.3,-1.3 1.3,-1.3,-.6,-1.3,-1.3.6,-1.3 1.3,-1.3zM56.1 43.2c.1,-.1 0,-.1 0 0zM53.7 100.9l.2,-.2,-.2.2z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_13.xml" |
| line="27" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (931 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M70.1 122.5l.6,-.1c6.1,-.8 12,-2.4 17.7,-4.8 1.2,-.5 2.4,-1.1 3.2,-2.1 1.3,-1.7,-.1,-5.6,-.5,-7.7,-.7,-3.8,-1.3,-7.7,-1.9,-11.5,-.7,-4.5,-1.5,-9.1,-1.6,-13.7,-.2,-7.6.7,-12.3 1.9,-15.3h9l-2.6,-10.4c-.2,-2.4,-.4,-4.8,-.7,-6.8,-.2,-1.9,-.6,-3.6,-1.2,-5.3,-14.9 2.2,-24.5.9,-30.7,-1.8l-23.1 4.5,-.7.1h-.7c-.4,-.1,-.9,-.2,-1.2,-.4,-.4 0,-.9 0,-1.4.1,-4.1.6,-6.9 4.7,-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1 5.8 5.9 8.4 13.8 7.4 22,-.6 4.7,-2.2 9.4,-4.4 13.6,-.5 1,-1 1.6,-1.1 2.8,-.1 1.1,-.1 2.3.1 3.4.4 2.3 1.5 4.4 3 6.2 2.6 3.1 6.4 5 10.4 5.8 3.8.4 7.6.3 11.4,-.1zm9.5,-67.6c.9 0 1.6.7 1.6 1.6 0 .9,-.7 1.6,-1.6 1.6s-1.6,-.7,-1.6,-1.6c-.1,-.8.7,-1.6 1.6,-1.6zM128 97.7c-3.3 1.9,-6.6 3.7,-9.9 5.3,-3.2 1.5,-6.3 2.9,-9.6 4.2,-.9.4,-2.1.5,-2.9 1.1,-1.1.8,-1.9 2.5,-2.3 3.7,-.6 1.6,-.6 3.4.3 4.8.8 1.2 2.1 2 3.5 2.6 5.9 2.9 12.2 5.1 18.6 6.5 1.4.3 2.3 1.8 2.4.1v-28.1c-.1.1,-.1,-.1,-.1,-.2z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_2.xml" |
| line="27" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (965 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M72.4 103.8c5.9,-.2 14.8,-1.8 22.4,-4.5,-.3,-1.4,-.6,-2.7,-.8,-4.1,-1.9,-9.4,-3.2,-18.1,-3.4,-25,-.5,-19.6 6.6,-20.2 6.6,-20.2h2.1c0,-4.2,-.5,-8.8,-.9,-12.3,-.2,-1.9,-.6,-3.6,-1.2,-5.3l-3.6.5,-.6.1,-2.9.3c-.3 0,-.6 0,-.9.1,-.3 0,-.7 0,-1 .1,-.3 0,-.7 0,-1 .1h-5.1c-.7 0,-1.3 0,-1.9,-.1h-.3c-1.4,-.1,-2.8,-.2,-4,-.4h-.2l-1.1,-.2h-.2l-.9,-.2c-.1 0,-.2 0,-.3,-.1l-2.3,-.5h-.1c-.4,-.1,-.8,-.2,-1.1,-.3,-.1 0,-.1 0,-.2,-.1l-1,-.3c-.1 0,-.1 0,-.2,-.1,-.3,-.1,-.6,-.2,-.9,-.4,-.1 0,-.1 0,-.2,-.1l-.9,-.4s-.1 0,-.1,-.1c-1.4,-.6,-2.6,-1.3,-3.6,-2.1l-.1,-.1,-.6,-.5,-.2,-.2,-.5,-.4,-.2,-.2,-.4,-.4,-.2,-.2,-.4,-.4,-.2,-.2,-.3,-.4,-.2,-.2,-.3,-.4,-.1,-.2c-.2,-.2,-.3,-.4,-.4,-.6l-8 24.9,-11.2,-14.1c-4.1.6,-6.9 4.7,-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1h.1l.1.1.2.2.1.1.3.3.1.1.4.4c.8.8 1.8 1.9 2.8 3.5v.1l.6.9s0 .1.1.1c.2.3.4.6.5 1 0 0 0 .1.1.1l.6 1.1c.6 1.2 1.1 2.6 1.5 4.1 1.7 6.2 1.6 14.8,-4 25.9 5.6 5.8 13.6 9.4 22.5 9.7z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_3.xml" |
| line="42" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (820 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M41.5 101.3l.8.7c-.3,-.3,-.5,-.5,-.8,-.7zM42.9 102.4c.2.2.5.4.8.6,-.3,-.2,-.6,-.4,-.8,-.6zM44.2 103.5c.2.2.5.4.8.5,-.2,-.1,-.5,-.3,-.8,-.5zM98.3 35.4zM38.7 98.3c.4.4.8.8 1.1 1.3,-.4,-.4,-.8,-.8,-1.1,-1.3zM31.1 30.4zM46.5 105.1l.5.3,-.5,-.3zM51.1 107.5l.3.1c-.1 0,-.2 0,-.3,-.1zM48 105.9l.5.3c-.2,-.1,-.4,-.2,-.5,-.3zM61.6 110.5l-.9,-.1.9.1zM88.9 67c-1.6 1.4,-3.1 2.7,-4.4 3.9,-3.3 3.8,-6.3 10.3,-1 18.7 5.7,-8.1 10.6,-17.7 13.2,-29.1l-7.8 6.5zM41 100.8l-.8,-.8.8.8zM49.5 106.8l.4.2c-.1,-.1,-.2,-.2,-.4,-.2zM59 110.1h.1,-.1zM12.9 127.4c4.5,-7.1 8.6,-12.7 11.7,-16.6 1.5,-2 2.8,-3.5 3.7,-4.5 1,-1.1 1.5,-1.7 1.5,-1.7l.2,-.2c2.4,-2.7 5.3,-4.5 8.4,-5.4.1,-.2.2,-.4.2,-.5 0,-.1 0,-.2.1,-.2 13.6,-13.3 4.7,-26.5,-1.5,-32.9l-4.4,-3.8c-2.6 8.7,-8.5 18.2,-20.1 26.9,-6.4 4.1,-10.6 11.4,-10.6 19.7 0 8.2 4.1 15.4 10.4 19.8l.4,-.6z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_6.xml" |
| line="30" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (835 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M67.1 110.9h-2 2zM38.8 98.1c-.4.3 2.1 5.6 2.5 5.9 1.8 1.8 4.1 2.2 6.3 3.5 4.8 2.7 10.2 3.6 15.6 4.2 5.7.6 11.5,-.5 16.8,-2.6 2.5,-1 4.8,-2.3 7,-3.8 1.2,-.8 2.2,-1.6 3.3,-2.6.4,-.3 2.4,-3.6 2.7,-3.3,-4,-3.3,-8,-6.9,-10.4,-11.6,-2.2,-4.2,-2.6,-9.1,-.5,-13.4 1.7,-3.3 4.5,-5.6 7.3,-7.9 2.2,-1.8 4.3,-3.6 6.5,-5.5l4.7,-3.9c1,-.8 2.1,-1.6 2.8,-2.7 1.5,-2 1.9,-4.6 1.2,-7,-1.4,-4.8,-7.1,-7.2,-11.5,-4.9,-1 .5,-1.9 1.3,-2.6 2.2l-.5.7,-1.1.1c-.8.1,-1.6.2,-2.4.2,-2.6.2,-5.3.3,-7.9.1,-6.8,-.3,-13.5,-2.1,-19.1,-6,-3.6,-2.4,-6.3,-5.6,-8.9,-9,-.5.9,-.8 1.9,-1.1 2.8,-.5 1.4,-1 2.7,-1.6 4,-1.7 3.3,-4.5 5.8,-8.2 6.9,-.5.2,-1.1.3,-1.7.4,-.3,-.5,-.7,-.9,-1.1,-1.3,-.9,-.6,-2.1,-1.3,-3.3,-1.6,-2.5,-.7,-5.2,-.2,-7.2 1.4,-3.9 3.1,-4 9.2,-.1 12.5l10.5 8.9c2.4 2 4.3 4.8 5.9 7.4 2.1 3.5 3.4 7.6 3.2 11.7,-.3 5.6,-3.3 10.4,-7.1 14.2,-.1.1 13.6,-13.3 0 0z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_6.xml" |
| line="33" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (855 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M93 99.4l-.2,-.1,-1.5 1.5,-.5.4c-.4.4,-.9.8,-1.3 1.1l-.4.3c-.6.5,-1.2.9,-1.8 1.3l-.3.2c-.5.4,-1.1.7,-1.6 1l-.5.3,-1.8 1,-.2.1c-.7.4,-1.4.7,-2.1 1l-.4.2,-1.8.7,-.5.2c-.8.3,-1.5.5,-2.3.7l-2.4.6c-.1 0,-.2 0,-.3.1l-2.1.4h-.2c-1.5.2,-3 .3,-4.5.4h2,-1.9c-.6 0,-1.2 0,-1.9,-.1l-2.7,-.3,-.9,-.1,-1.6,-.3h-.1c-2.7,-.6,-5.2,-1.4,-7.6,-2.4l-.3,-.1c-.4,-.2,-.8,-.4,-1.2,-.5l-.4,-.2c-.4,-.2,-.7,-.4,-1,-.5l-.5,-.3,-1,-.6,-.5,-.3c-.5,-.3,-1,-.6,-1.5,-1,-.3,-.2,-.5,-.4,-.8,-.5l-.6,-.5,-.8,-.6,-.6,-.5c-.3,-.2,-.5,-.4,-.8,-.7l-.5,-.5,-.8,-.8,-.4,-.4c-.4,-.4,-.8,-.8,-1.1,-1.3,-.1.2,-.2.4,-.2.5,-3.1.9,-6 2.7,-8.4 5.4l-.2.2s-.5.6,-1.5 1.7c-.9 1.1,-2.2 2.6,-3.7 4.5,-3.1 3.9,-7.2 9.5,-11.7 16.6,-.1.2,-.2.4,-.4.6h105.3c-2.7,-5.4,-5.1,-9.8,-7.1,-13.1,-1.3,-2.2,-2.3,-3.9,-3.1,-5.1,-.9,-1.3,-1.3,-2,-1.3,-2l-.2,-.3c-.6,-.9,-1.2,-1.7,-1.9,-2.4,-3.3,-3.3,-7.4,-5.2,-11.4,-5.5z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_6.xml" |
| line="36" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (1000 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M66.2 86.5c0,-.1 0,-.1.1,-.2.1,-.6.3,-1.1.4,-1.6v-.2l.3,-1.6v-.1l.2,-1.6c1,-10.6,-2.4,-17.3,-5.2,-20.4,-.1,-.1,-.2,-.3,-.4,-.4l-.1,-.1,-.3,-.3,-.1,-.1,-.3,-.3,-.1,-.1,-.2,-.2,-.1,-.1c-.1,-.1,-.1,-.1,-.2,-.1 0 0,-.1 0,-.1,-.1l-.1,-.1s-.1 0,-.1,-.1c-1.6,-1.7,-3.3,-3,-4.9,-4.1,-.9,-.6,-1.7,-1.2,-2.5,-1.6,-1.8,-1.1,-3.2,-1.6,-3.4,-1.7,-1.3,-1.2,-2.3,-3,-2.6,-5,-.6,-4.4.3,-6.4 4.3,-7.1 1,-.2 2,-.1 3 .2l.1,-.7c.6,-.1 1.1,-.2 1.6,-.4l.5,-.1 1.1,-.3.5,-.2 1,-.3.4,-.2c.4,-.1.7,-.3 1.1,-.5l.2,-.1 1.2,-.6.3,-.2c.3,-.1.5,-.3.8,-.5.1,-.1.3,-.2.4,-.2.2,-.1.4,-.3.7,-.4.1,-.1.2,-.2.3,-.2l.7,-.5c.1,-.1.2,-.1.2,-.2.3,-.2.5,-.4.8,-.7.1,-.1.2,-.1.2,-.2l.5,-.5.3,-.3.4,-.4.3,-.3.3,-.4c.1,-.1.2,-.2.2,-.3.2,-.2.3,-.4.4,-.6l.6,-.9.1,-.2c.2,-.3.3,-.5.5,-.7 4.2 5.9 14.5 10.4 39.3 6.7,-4.2,-14,-17.3,-23.5,-31.3,-21.4,-5.3.8,-10.1 3.2,-14 6.6l-.2.2c-.5.4,-1 .9,-1.4 1.4,-5.3 4.8,-23.3 19.8,-52.2 26.5,-3.9 0,-7.4 1.6,-9.9 4.2v19.3c.3.3.6.6.9.8l-.3.9s30.5 22.8 63.6 16.7l1.6,-1.8c0,-.1 0,-.1.1,-.2.2,-.7.4,-1.3.5,-1.8z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_9.xml" |
| line="39" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (824 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M84 106.2c2.8,-.1 5.4,-.5 8,-1.2l.8,-3.8c4.3,-19.3 9.7,-37.4 15,-52.9h6.9l-4.8,-8.2c-.2,-1.9,-.6,-3.6,-1.2,-5.3,-24.8 3.7,-35,-2.5,-39.1,-8.4,-.3.5,-.7 1.1,-1.2 1.8l-.4.6,-.2.3,-.3.4,-.3.3,-.4.4,-.3.3,-.5.5s-.1 0,-.2.1c-.3.2,-.5.4,-.8.7,-.1.1,-.2.1,-.2.2,-.2.2,-.4.3,-.7.5,-.1.1,-.2.2,-.3.2,-.2.1,-.4.3,-.7.4,-.1.1,-.2.2,-.4.2l-.8.5,-.3.2,-1.2.6,-.2.1,-1.1.5,-.4.2c-.3.1,-.6.2,-1 .3l-.5.2c-.3.1,-.7.2,-1.1.3l-.5.1,-1.6.4c-.1.2,-.1.5,-.1.7,-.9,-.3,-1.9,-.4,-3,-.2,-4.1.6,-6.9 4.7,-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1l.1.1.1.1.1.1s.1.1.2.1c0 0 .1 0 .1.1l.2.2.1.1.3.3.1.1.3.3.1.1s.2.3.4.4c2.7 3.1 7.2 9.8 6.2 20.4l-.2 1.6v.1l-.3 1.6v.2c-.1.5,-.2 1.1,-.4 1.6 0 .1 0 .1,-.1.2,-.1.6,-.3 1.1,-.5 1.7 0 .1 0 .1,-.1.2,-.8 2.6,-1.8 5.3,-3.3 8.3.1.1.2.2.4.3 5.7 5.6 13.5 9.1 22.2 9.3z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/avatar_9.xml" |
| line="42" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="VectorPath" |
| message="Very long vector path (904 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector." |
| errorLine1=" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/drawable/ic_settings_black_24dp.xml" |
| line="9" |
| column="27"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.reflow_text_block_max_percent` appears to be unused" |
| errorLine1=" <dimen name="reflow_text_block_max_percent">1</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="5" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.reflow_text_block_horizontal_gap` appears to be unused" |
| errorLine1=" <dimen name="reflow_text_block_horizontal_gap">8dp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="6" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.reflow_text_title_size` appears to be unused" |
| errorLine1=" <dimen name="reflow_text_title_size">22sp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="7" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.dimen.reflow_text_description_size` appears to be unused" |
| errorLine1=" <dimen name="reflow_text_description_size">13sp</dimen>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/dimens.xml" |
| line="8" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.string.navigation_drawer_open` appears to be unused" |
| errorLine1=" <string name="navigation_drawer_open">Open navigation drawer</string>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="3" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.string.navigation_drawer_close` appears to be unused" |
| errorLine1=" <string name="navigation_drawer_close">Close navigation drawer</string>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="4" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.string.action_settings` appears to be unused" |
| errorLine1=" <string name="action_settings">Settings</string>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="8" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.string.lorem_ipsum_title` appears to be unused" |
| errorLine1=" <string name="lorem_ipsum_title">Lorem Ipsum"</string>" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="15" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.string.lorem_ipsum` appears to be unused" |
| errorLine1=" <string name="lorem_ipsum">Lorem Ipsum is simply placeholder text of the printing and" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/res/values/strings.xml" |
| line="16" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="ContentDescription" |
| message="Missing `contentDescription` attribute on image" |
| errorLine1=" <ImageView" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/res/layout-w600dp/item_transform.xml" |
| line="8" |
| column="6"/> |
| </issue> |
| |
| </issues> |