Skip to content

Commit 7d1a5a4

Browse files
authored
Merge pull request #636 from wordpress-mobile/feature/rtl-undo-redo-mirroring
Mirror undo/redo icons in the RtL mode
2 parents dcb5033 + c27f912 commit 7d1a5a4

File tree

4 files changed

+70
-0
lines changed

4 files changed

+70
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:height="24dp"
4+
android:width="24dp"
5+
android:viewportHeight="24.0"
6+
android:viewportWidth="24.0" >
7+
8+
<group
9+
android:pivotX="12"
10+
android:pivotY="12"
11+
android:scaleX="-1">
12+
<path
13+
android:fillColor="#ffffffff"
14+
android:pathData="M18.4,10.6C16.55,8.99 14.15,8 11.5,8c-4.65,0 -8.58,3.03 -9.96,7.22L3.9,16c1.05,-3.19 4.05,-5.5 7.6,-5.5 1.95,0 3.73,0.72 5.12,1.88L13,16h9V7l-3.6,3.6z" >
15+
</path>
16+
</group>
17+
18+
</vector>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:height="24dp"
4+
android:width="24dp"
5+
android:viewportHeight="24.0"
6+
android:viewportWidth="24.0" >
7+
8+
<group
9+
android:pivotX="12"
10+
android:pivotY="12"
11+
android:scaleX="-1">
12+
<path
13+
android:fillColor="#4dffffff"
14+
android:pathData="M18.4,10.6C16.55,8.99 14.15,8 11.5,8c-4.65,0 -8.58,3.03 -9.96,7.22L3.9,16c1.05,-3.19 4.05,-5.5 7.6,-5.5 1.95,0 3.73,0.72 5.12,1.88L13,16h9V7l-3.6,3.6z" >
15+
</path>
16+
</group>
17+
18+
</vector>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<vector
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:height="24dp"
4+
android:width="24dp"
5+
android:viewportHeight="24.0"
6+
android:viewportWidth="24.0" >
7+
8+
<group
9+
android:pivotX="12"
10+
android:pivotY="12"
11+
android:scaleX="-1">
12+
<path
13+
android:fillColor="#ffffffff"
14+
android:pathData="M12.5,8c-2.65,0 -5.05,0.99 -6.9,2.6L2,7v9h9l-3.62,-3.62c1.39,-1.16 3.16,-1.88 5.12,-1.88 3.54,0 6.55,2.31 7.6,5.5l2.37,-0.78C21.08,11.03 17.15,8 12.5,8z" >
15+
</path>
16+
</group>
17+
</vector>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<vector
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:height="24dp"
4+
android:width="24dp"
5+
android:viewportHeight="24.0"
6+
android:viewportWidth="24.0" >
7+
8+
<group
9+
android:pivotX="12"
10+
android:pivotY="12"
11+
android:scaleX="-1">
12+
<path
13+
android:fillColor="#4dffffff"
14+
android:pathData="M12.5,8c-2.65,0 -5.05,0.99 -6.9,2.6L2,7v9h9l-3.62,-3.62c1.39,-1.16 3.16,-1.88 5.12,-1.88 3.54,0 6.55,2.31 7.6,5.5l2.37,-0.78C21.08,11.03 17.15,8 12.5,8z" >
15+
</path>
16+
</group>
17+
</vector>

0 commit comments

Comments
 (0)