]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/translucent_bar_ghosted_light.xml
Use solid colors for gray icons. https://redmine.stoutner.com/issues/154
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / translucent_bar_ghosted_light.xml
index d81dda6597c6d3dcd0a204fe0e767b18f3966c79..4ae17b6fd319a6c93ead6465590092b778efbb0f 100644 (file)
@@ -8,6 +8,6 @@
 
     <!-- A hard coded color must be used until API >= 21.  Then `@color` can be used. -->
     <path
-        android:fillColor="#44000000"
+        android:fillColor="#FFB7B7B7"
         android:pathData="M21,3L3,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h18c1.1,0 2,-0.9 2,-2L23,5c0,-1.1 -0.9,-2 -2,-2zM21,19L3,19v-3h18v3z"/>
 </vector>