]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/social_media_disabled_light.xml
Use solid colors for gray icons. https://redmine.stoutner.com/issues/154
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / social_media_disabled_light.xml
index 958cbb5f3cb2e681c5df0182d7a826ebe8f0f761..547fb97b24d16d93ad491a9f9d2db35a72339497 100644 (file)
@@ -11,7 +11,8 @@
     android:viewportWidth="24.0"
     tools:ignore="VectorRaster" >
 
+    <!-- A hard coded color must be used until API >= 21.  Then `@color` may be used. -->
     <path
-        android:fillColor="#88000000"
+        android:fillColor="#FF757575"
         android:pathData="M12,6c0,-0.55 -0.45,-1 -1,-1L5.82,5l0.66,-3.18 0.02,-0.23c0,-0.31 -0.13,-0.59 -0.33,-0.8L5.38,0 0.44,4.94C0.17,5.21 0,5.59 0,6v6.5c0,0.83 0.67,1.5 1.5,1.5h6.75c0.62,0 1.15,-0.38 1.38,-0.91l2.26,-5.29c0.07,-0.17 0.11,-0.36 0.11,-0.55L12,6zM22.5,10h-6.75c-0.62,0 -1.15,0.38 -1.38,0.91l-2.26,5.29c-0.07,0.17 -0.11,0.36 -0.11,0.55L12,18c0,0.55 0.45,1 1,1h5.18l-0.66,3.18 -0.02,0.24c0,0.31 0.13,0.59 0.33,0.8l0.79,0.78 4.94,-4.94c0.27,-0.27 0.44,-0.65 0.44,-1.06v-6.5c0,-0.83 -0.67,-1.5 -1.5,-1.5z"/>
 </vector>