mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Change icon source. Better!
This commit is contained in:
parent
cddee760e1
commit
2ce52907f0
1 changed files with 10 additions and 12 deletions
|
@ -1,30 +1,28 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
android:width="120dp"
|
||||||
android:width="210dp"
|
android:height="120dp"
|
||||||
android:height="297dp"
|
android:viewportWidth="120"
|
||||||
android:viewportWidth="210"
|
android:viewportHeight="120">
|
||||||
android:viewportHeight="297"
|
|
||||||
tools:ignore="VectorRaster">
|
|
||||||
<path
|
<path
|
||||||
android:pathData="m87.461,100.618 l27.489,27.489 26.653,26.653c11.143,11.143 11.143,29.083 -0,40.226 -11.143,11.143 -29.083,11.143 -40.226,0L74.213,167.822 73.975,167.584 47.235,140.844c-11.143,-11.143 -11.143,-29.083 0,-40.226 11.143,-11.143 29.083,-11.143 40.226,0z"
|
android:pathData="m53.042,12.816 l27.489,27.489 26.653,26.653c11.143,11.143 11.143,29.083 -0,40.226 -11.143,11.143 -29.083,11.143 -40.226,0L39.794,80.02 39.556,79.782 12.816,53.042c-11.143,-11.143 -11.143,-29.083 0,-40.226 11.143,-11.143 29.083,-11.143 40.226,0z"
|
||||||
android:strokeLineJoin="round"
|
android:strokeLineJoin="round"
|
||||||
android:strokeWidth="2"
|
android:strokeWidth="8.99179"
|
||||||
android:fillColor="#00000000"
|
android:fillColor="#00000000"
|
||||||
android:strokeColor="#000000"
|
android:strokeColor="#000000"
|
||||||
android:fillType="evenOdd"
|
android:fillType="evenOdd"
|
||||||
android:fillAlpha="0.995528"/>
|
android:fillAlpha="0.995528"/>
|
||||||
<path
|
<path
|
||||||
android:pathData="M113.257,128.784 L74.532,168.09"
|
android:pathData="M78.837,40.982 L40.112,80.288"
|
||||||
android:strokeLineJoin="miter"
|
android:strokeLineJoin="miter"
|
||||||
android:strokeWidth="2"
|
android:strokeWidth="9.00001"
|
||||||
android:fillColor="#00000000"
|
android:fillColor="#00000000"
|
||||||
android:strokeColor="#000000"
|
android:strokeColor="#000000"
|
||||||
android:fillType="evenOdd"
|
android:fillType="evenOdd"
|
||||||
android:strokeLineCap="butt"/>
|
android:strokeLineCap="butt"/>
|
||||||
<path
|
<path
|
||||||
android:pathData="m118.849,198.675c-4.043,-0.494 -8.348,-2.259 -11.641,-4.772 -1.112,-0.849 -6.949,-6.506 -14.043,-13.612l-12.14,-12.16 16.713,-16.973 16.713,-16.973 12.511,12.496c6.881,6.873 13.009,13.151 13.618,13.951 2.532,3.327 4.204,7.571 4.715,11.966 0.761,6.542 -1.635,13.557 -6.364,18.632 -5.064,5.434 -12.868,8.328 -20.081,7.445z"
|
android:pathData="m84.429,110.873c-4.043,-0.494 -8.348,-2.259 -11.641,-4.772 -1.112,-0.849 -6.949,-6.506 -14.043,-13.612l-12.14,-12.16 16.713,-16.973 16.713,-16.973 12.511,12.496c6.881,6.873 13.009,13.151 13.618,13.951 2.532,3.327 4.204,7.571 4.715,11.966 0.761,6.542 -1.635,13.557 -6.364,18.632 -5.064,5.434 -12.868,8.328 -20.081,7.445z"
|
||||||
android:strokeLineJoin="round"
|
android:strokeLineJoin="round"
|
||||||
android:strokeWidth="2"
|
android:strokeWidth="4.59213"
|
||||||
android:fillColor="#000000"
|
android:fillColor="#000000"
|
||||||
android:strokeColor="#000000"
|
android:strokeColor="#000000"
|
||||||
android:fillType="evenOdd"/>
|
android:fillType="evenOdd"/>
|
||||||
|
|
Loading…
Reference in a new issue