mirror of https://github.com/tasks/tasks
Automirrored icons fix (#3499)
* Fix arrow direction in RTL * Fix help icon when locale is Hebrew * Fix help icon in other RTL localespull/3515/head
parent
cd729bb04c
commit
6d03cf6a6a
@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:pathData="M11,18h2v-2h-2v2zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM12,6c-2.21,0 -4,1.79 -4,4h2c0,-1.1 0.9,-2 2,-2s2,0.9 2,2c0,2 -3,1.75 -3,5h2c0,-2.25 3,-2.5 3,-5 0,-2.21 -1.79,-4 -4,-4z"/>
|
||||
</vector>
|
||||
@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:pathData="m 13,18h -2v -2h 2zM 12,2C 17.52,2 22,6.48 22,12 22,17.52 17.52,22 12,22 6.48,22 2,17.52 2,12 2,6.48 6.48,2 12,2Zm 0,18c 4.41,0 8,-3.59 8,-8 0,-4.41 -3.59,-8 -8,-8 -4.41,0 -8,3.59 -8,8 0,4.41 3.59,8 8,8zM 12,6c 2.21,0 4,1.79 4,4h -2c 0,-1.1 -0.9,-2 -2,-2 -1.1,0 -2,0.9 -2,2 0,2 3,1.75 3,5H 11C 11,12.75 8,12.5 8,10 8,7.79 9.79,6 12,6Z"/>
|
||||
</vector>
|
||||
Loading…
Reference in New Issue