fixup! Remove unused colors

Change-Id: Id28f03acaa50663748617d94bc1c390424348e60
This commit is contained in:
razorloves
2024-03-01 21:44:25 -06:00
parent 2b605d17bb
commit 112f926f77
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<path android:pathData="M0 0h24v24H0V0z" />
<path
android:fillColor="@color/black"
android:fillColor="?android:colorControlNormal"
android:pathData="M11.8 12.5v-1l1.1-.8c.1-.1 .1 -.2 .1 -.3l-1-1.7c-.1-.1-.2-.2-.3-.1l-1.3 .4
c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.3-.2H7c-.1 0-.2 .1 -.3 .2 l-.2 1.3c-.3
.1 -.6 .3 -.9 .5 l-1.3-.5c-.1 0-.2 0-.3 .1 l-1 1.7c-.1 .1 0 .2 .1 .3l1.1 .8

View File

@@ -10,6 +10,6 @@
android:viewportHeight="24.0">
<path
android:fillColor="@color/black"
android:fillColor="?android:colorControlNormal"
android:pathData="M17,1.01L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-1.99 -2,-1.99zM17,19L7,19L7,5h10v14zM16,13h-3L13,8h-2v5L8,13l4,4 4,-4z" />
</vector>