]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/back.xml
Partial additional action button icons implementation.
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / back.xml
index 28da543b3f68e08601b38c9fc4f8ebb66b795971..7d4bc031c9b662507b3f8dc4dfd194d5f00097ad 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="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />