]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/delete_day.xml
Bump the minimum API to 23. https://redmine.stoutner.com/issues/793
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / delete_day.xml
index 4f5db2a2ba475bc3729d199be4791c948ea0f0e4..acf8cae033d0bcc7147e00c6710491f1471ec56f 100644 (file)
@@ -6,8 +6,7 @@
     android:viewportHeight="24"
     android:viewportWidth="24" >
 
-    <!-- A hard coded color must be used until API >= 21.  Then `@color` or `?attr/colorControlNormal` may be used. -->
     <path
-        android:fillColor="#FF202020"
+        android:fillColor="@color/gray_925"
         android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
-</vector>
+</vector>
\ No newline at end of file