]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/forward.xml
Partial additional action button icons implementation.
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / forward.xml
index af4e5176fb7c6f4ed2af05cd19a5e0058b581011..d10357f64ba8ca00c4c3045a664ae0fe50075f45 100644 (file)
@@ -6,8 +6,10 @@
     android:height="24dp"
     android:width="24dp"
     android:viewportHeight="24.0"
-    android:viewportWidth="24.0" >
+    android:viewportWidth="24.0"
+    android:autoMirrored="true" >
 
+    <!-- We have to use a hard coded color code until API >= 21.  Then we can use`@color`. -->
     <path
         android:fillColor="#FF000000"
         android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z" />