Skip to content

Commit

Permalink
Disable auto-mirror for help icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Mar 26, 2020
1 parent 31f9b77 commit 40d9d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_help_outline_24.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<vector android:autoMirrored="true" android:height="24dp"
<vector android:autoMirrored="false" android:height="24dp"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="?icon_tint" android:pathData="M10.75,17.25A1.26,1.26 0,0 1,12 16a1.18,1.18 0,0 1,0.88 0.37,1.23 1.23,0 0,1 0,1.76 1.18,1.18 0,0 1,-0.88 0.37,1.26 1.26,0 0,1 -1.25,-1.25ZM12,2.5A9.5,9.5 0,1 0,21.5 12,9.51 9.51,0 0,0 12,2.5M12,1A11,11 0,1 1,1 12,11 11,0 0,1 12,1ZM11.12,14.49h1.73v-0.11a2.67,2.67 0,0 1,1.45 -2.65A3.24,3.24 0,0 0,16 8.8c0,-2 -1.48,-3.29 -3.7,-3.29A3.44,3.44 0,0 0,8.59 8.87h1.84A1.83,1.83 0,0 1,12.34 7,1.74 1.74,0 0,1 14.2,8.78a2.33,2.33 0,0 1,-1.28 2c-1.12,0.69 -1.79,1.38 -1.8,3.62Z"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_help_solid_24.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<vector android:autoMirrored="true" android:height="24dp"
<vector android:autoMirrored="false" android:height="24dp"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="?icon_tint" android:pathData="M12,1A11,11 0,1 0,23 12,11 11,0 0,0 12,1ZM12.88,18.13a1.18,1.18 0,0 1,-0.88 0.37,1.24 1.24,0 0,1 -0.88,-2.13A1.16,1.16 0,0 1,12 16a1.18,1.18 0,0 1,0.88 0.37,1.23 1.23,0 0,1 0,1.76ZM14.3,11.73a2.67,2.67 0,0 0,-1.45 2.65v0.11L11.12,14.49v-0.11c0,-2.24 0.68,-2.93 1.8,-3.62a2.33,2.33 0,0 0,1.28 -2A1.74,1.74 0,0 0,12.34 7a1.83,1.83 0,0 0,-1.91 1.84L8.59,8.84a3.44,3.44 0,0 1,3.75 -3.36c2.22,0 3.7,1.33 3.7,3.29A3.24,3.24 0,0 1,14.3 11.73Z"/>
Expand Down

0 comments on commit 40d9d66

Please sign in to comment.