Optimize drawables
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="60dp"
|
||||
android:height="60dp"
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="60dp"
|
||||
android:height="60dp"
|
||||
android:tint="?attr/colorTertiary"
|
||||
android:viewportWidth="60"
|
||||
android:viewportHeight="60">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m20,37.8913c0,1.1647 0.9481,2.1087 2.1087,2.1087l15.7826,0c1.1647,0 2.1087,-0.9481 2.1087,-2.1087L40,22.1087C40,20.944 39.0519,20 37.8913,20L22.1087,20C20.944,20 20,20.9481 20,22.1087c0,0 0,15.7826 0,15.7826zM37.8913,38.9988L22.1087,38.9988c-0.6089,0 -1.1075,-0.4986 -1.1075,-1.1075l0,-2.6359l3.7924,-3.7924 3.2407,3.2407c0.1962,0.1962 0.5108,0.1962 0.707,0L34.5934,28.8517 38.9988,33.257l0,4.6342c0,0.6089 -0.4986,1.1075 -1.1075,1.1075zM22.1087,21.0012l15.7826,0c0.6089,0 1.1075,0.4986 1.1075,1.1075l0,9.7303l-4.0539,-4.0499c-0.1962,-0.1962 -0.5108,-0.1962 -0.707,0L28.3858,33.6412 25.1451,30.4005c-0.1962,-0.1962 -0.5108,-0.1962 -0.707,0l-3.4369,3.4369l0,-11.7286c0,-0.6089 0.4986,-1.1075 1.1075,-1.1075z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m26.1994,28.0139c1.4058,0 2.546,-1.1443 2.546,-2.546 0,-1.4017 -1.1443,-2.546 -2.546,-2.546 -1.4017,0 -2.546,1.1443 -2.546,2.546 0,1.4017 1.1402,2.546 2.546,2.546zM26.1994,23.9232c0.8541,0 1.5447,0.6947 1.5447,1.5447 0,0.85 -0.6947,1.5447 -1.5447,1.5447 -0.85,0 -1.5447,-0.6947 -1.5447,-1.5447 0,-0.85 0.6906,-1.5447 1.5447,-1.5447z"/>
|
||||
android:viewportWidth="60"
|
||||
android:viewportHeight="60">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M20 37.891C20 39.056 20.948 40 22.109 40H37.89c1.166 0 2.11-0.948 2.11-2.109V22.11c0-1.166-0.948-2.11-2.109-2.11H22.11C20.944 20 20 20.948 20 22.109V37.89zM37.891 39H22.11C21.499 38.999 21 38.5 21 37.89v-2.636l3.793-3.792 3.24 3.24c0.196 0.197 0.511 0.197 0.707 0l5.852-5.851L39 33.257v4.634c0 0.61-0.499 1.108-1.108 1.108zM22.11 21h15.78c0.61 0 1.108 0.499 1.108 1.108v9.73l-4.054-4.05c-0.196-0.196-0.51-0.196-0.707 0l-5.852 5.852-3.24-3.24c-0.197-0.197-0.512-0.197-0.708 0L21 33.836V22.11c0-0.61 0.499-1.108 1.108-1.108z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M26.2 28.014c1.405 0 2.545-1.144 2.545-2.546s-1.144-2.546-2.546-2.546c-1.401 0-2.546 1.144-2.546 2.546s1.14 2.546 2.546 2.546zm0-4.09c0.854 0 1.544 0.694 1.544 1.544 0 0.85-0.695 1.545-1.545 1.545s-1.544-0.695-1.544-1.545 0.69-1.545 1.544-1.545z" />
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user