]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/move_up_disabled.xml
Bump the minimum API to 23. https://redmine.stoutner.com/issues/793
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / move_up_disabled.xml
index 4fe0a53952dc56be88d17997b75707494de4d0e7..268ed1932edcaa7b4da7745fe2a4d565ba948f35 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="#FF9E9E9E"
+        android:fillColor="@color/gray_500"
         android:pathData="M8,11h3v10h2V11h3l-4,-4 -4,4zM4,3v2h16V3H4z"/>
-</vector>
+</vector>
\ No newline at end of file