AndroidAPS/app/src/main/res/drawable/ic_add.xml
Philoul acfd9621b7 replace 4 LowRes Icons (add, remove, clone and as)
For add, remove and clone I set width and height to 16dp (automatically scaled in Local Profile layout but not in automation)
for as, I replaced low res icon by double arrows of overview fragment (size a little bit increased because in automation icons are very small)
2020-06-15 16:48:35 +02:00

11 lines
667 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="16dp"
android:height="16dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M22.5,8.784h-7.283V1.5c0,-0.313 -0.254,-0.567 -0.567,-0.567H9.351c-0.313,0 -0.567,0.254 -0.567,0.567v7.284H1.5c-0.313,0 -0.567,0.254 -0.567,0.567v5.299c0,0.313 0.254,0.567 0.567,0.567h7.284V22.5c0,0.313 0.254,0.567 0.567,0.567h5.299c0.313,0 0.567,-0.254 0.567,-0.567v-7.283H22.5c0.313,0 0.567,-0.254 0.567,-0.567V9.351C23.067,9.038 22.813,8.784 22.5,8.784z"
android:fillColor="#00C03E"/>
</vector>