Added leak canary icon

This commit is contained in:
M66B 2022-04-15 22:19:41 +02:00
parent 93535a731d
commit 77d2316535
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<vector android:height="24dp" android:viewportHeight="185"
android:viewportWidth="185" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h185v185h-185z M 0,0"/>
<path android:fillColor="#00000000"
android:pathData="M55.8327 80.944L68.1676 83.3835M59.6321 89.5079L62.4202 75.4109"
android:strokeColor="#151C1F" android:strokeLineCap="round" android:strokeWidth="4.257"/>
<path android:fillColor="#F5BD14" android:fillType="evenOdd" android:pathData="M33.0396 88.6436L148.284 41.1702C148.308 41.1931 148.333 41.216 148.357 41.2389C147.773 76.5754 125.2 119.136 72.6948 132.558C66.2444 121.606 47.4716 97.5578 32.6694 89.9372C32.799 89.5158 32.9224 89.0844 33.0396 88.6436Z"/>
<path android:fillColor="#F86932" android:pathData="M81.4818 31.7162L72.8251 55.9266L71.7247 54.5065C66.7399 48.0734 60.8251 42.4184 54.1748 37.7274L69.4736 20.6696L68.6881 39.2884L81.4818 31.7162Z"/>
<path android:fillColor="#FFCC32" android:pathData="M45.3062,70.8628m-35.1642,0.0a35.1642,35.1642,0,1,1,70.3284,0.0a35.1642,35.1642,0,1,1,-70.3284,0.0"/>
<path android:fillColor="#00000000"
android:pathData="M44.2972 58.986L56.2444 55.066M51.8067 64.5881L47.3268 50.9342"
android:strokeColor="#151C1F" android:strokeLineCap="round" android:strokeWidth="4.257"/>
<path android:fillColor="#FFCC32" android:fillType="evenOdd" android:pathData="M10.1416 71.2627C10.4815 113.278 38.6085 151.594 81.1309 162.988C113.627 171.695 146.704 162.582 170.003 141.637C159.823 142.304 149.364 141.343 138.964 138.556C113.428 131.714 93.0844 115.164 80.8316 93.9338L10.1416 71.2627Z"/>
<path android:fillColor="#FFCC32" android:fillType="evenOdd" android:pathData="M175.463 56.9136L57.9672 97.0664C57.8158 97.5113 57.6587 97.9458 57.4956 98.3692C71.736 106.994 88.8027 132.282 94.4811 143.653C105.725 141.594 115.73 138.149 124.547 133.665C121.291 132.305 118.248 130.405 115.554 128.011L114.859 127.392C114.033 126.658 113.959 125.394 114.693 124.569C115.427 123.743 116.691 123.669 117.516 124.403L118.212 125.021C121.434 127.886 125.228 129.941 129.286 131.091C130.47 130.405 131.632 129.699 132.769 128.975C130.868 128.149 129.036 127.135 127.302 125.938L126.535 125.409C125.626 124.782 125.398 123.537 126.025 122.627C126.653 121.718 127.898 121.49 128.807 122.117L129.573 122.646C131.83 124.203 134.276 125.407 136.83 126.243C137.942 125.453 139.03 124.644 140.093 123.818C139.482 123.453 138.88 123.067 138.29 122.66L137.524 122.131C136.615 121.504 136.387 120.259 137.014 119.349C137.641 118.44 138.887 118.212 139.796 118.839L140.562 119.368C141.487 120.006 142.444 120.585 143.428 121.104C163.878 103.673 174.394 79.6305 176.271 57.779C176.004 57.4894 175.735 57.2009 175.463 56.9136Z"/>
</group>
</vector>

View File

@ -458,6 +458,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:drawableStart="@drawable/leakcanary"
android:drawablePadding="6dp"
android:text="@string/title_advanced_canary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"