]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/proxy_disabled_day.xml
Fix the ViewPager not always moving to new tabs. https://redmine.stoutner.com/issues/798
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / proxy_disabled_day.xml
index 1ad61f02d270440c9c24f150cd7923061bf22356..3c3892ac0b479f7cd9f96b4489e60ef13aa97794 100644 (file)
@@ -1,4 +1,5 @@
-<!-- This icon comes from the Android Material icon set, where it is called `open_in_browser`.  It is released under the Apache License 2.0. -->
+<!-- This file comes from the Android Material icon set, where it is called `open_in_browser`.  It is released under the Apache License 2.0. -->
+
 <vector
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:height="24dp"
@@ -6,8 +7,7 @@
     android:viewportHeight="24"
     android:viewportWidth="24" >
 
-    <!-- A hard coded color must be used until the minimum API >= 21.  Then `@color` may be used instead. -->
     <path
-        android:fillColor="#FF757575"
+        android:fillColor="@color/gray_600"
         android:pathData="M19,4L5,4c-1.11,0 -2,0.9 -2,2v12c0,1.1 0.89,2 2,2h4v-2L5,18L5,8h14v10h-4v2h4c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.89,-2 -2,-2zM12,10l-4,4h3v6h2v-6h3l-4,-4z" />
-</vector>
+</vector>
\ No newline at end of file