Correct some icon tinting.

This commit is contained in:
Alex Hart
2023-03-20 13:28:28 -03:00
committed by Greyson Parrelli
parent 25028e0e6f
commit f9ed5c4d03
2 changed files with 8 additions and 7 deletions

View File

@@ -3,11 +3,11 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M13.125,16.125v-4.914c0,-0.093 0,-0.19 -0.007,-0.273a0.88,0.88 0,0 0,-0.088 -0.335,0.875 0.875,0 0,0 -0.383,-0.383 0.88,0.88 0,0 0,-0.335 -0.088c-0.083,-0.007 -0.18,-0.007 -0.273,-0.007L10.5,10.125a0.75,0.75 0,0 0,0 1.5h0.875v4.5L10.25,16.125a0.75,0.75 0,0 0,0 1.5h4a0.75,0.75 0,0 0,0 -1.5h-1.125ZM10.624,7.251a1.376,1.376 0,1 1,2.752 0,1.376 1.376,0 0,1 -2.752,0Z"
android:fillColor="#000"/>
<path
android:pathData="M1.125,12C1.125,5.994 5.994,1.125 12,1.125S22.875,5.994 22.875,12 18.006,22.875 12,22.875 1.125,18.006 1.125,12ZM12,2.875a9.125,9.125 0,1 0,0 18.25,9.125 9.125,0 0,0 0,-18.25Z"
android:fillColor="#000"
android:fillType="evenOdd"/>
<path
android:fillColor="@color/signal_colorOnSurface"
android:pathData="M13.125,16.125v-4.914c0,-0.093 0,-0.19 -0.007,-0.273a0.88,0.88 0,0 0,-0.088 -0.335,0.875 0.875,0 0,0 -0.383,-0.383 0.88,0.88 0,0 0,-0.335 -0.088c-0.083,-0.007 -0.18,-0.007 -0.273,-0.007L10.5,10.125a0.75,0.75 0,0 0,0 1.5h0.875v4.5L10.25,16.125a0.75,0.75 0,0 0,0 1.5h4a0.75,0.75 0,0 0,0 -1.5h-1.125ZM10.624,7.251a1.376,1.376 0,1 1,2.752 0,1.376 1.376,0 0,1 -2.752,0Z" />
<path
android:fillColor="@color/signal_colorOnSurface"
android:fillType="evenOdd"
android:pathData="M1.125,12C1.125,5.994 5.994,1.125 12,1.125S22.875,5.994 22.875,12 18.006,22.875 12,22.875 1.125,18.006 1.125,12ZM12,2.875a9.125,9.125 0,1 0,0 18.25,9.125 9.125,0 0,0 0,-18.25Z" />
</vector>

View File

@@ -23,6 +23,7 @@
app:layout_constraintTop_toTopOf="parent"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Signal.Circle"
app:srcCompat="@drawable/ic_search_24"
app:tint="@color/signal_colorOnSecondaryContainer"
tools:ignore="UnusedAttribute" />
<androidx.appcompat.widget.AppCompatCheckBox