Skip to content

Commit 5be3437

Browse files
authored
Docs: Use table so Github shows them side by side
1 parent 90d4d16 commit 5be3437

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/right-to-left-layout-guidelines.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Supporting Right-to-left written scripts is quite straightforward as most issues
66
### Animations and Drawables
77
Whenever you add a new animation/drawable, consider whether it needs to be mirrored in RtL mode (Use `ldrtl` drawable selector - example `drawable-ldrtl-v18`).
88

9-
<img src="images/right-to-left-layout-guidelines/left-to-right-animation.gif" width="300">
10-
<img src="images/right-to-left-layout-guidelines/right-to-left-animation.gif" width="300">
9+
LTR | RTL
10+
--------|-------
11+
<img src="images/right-to-left-layout-guidelines/left-to-right-animation.gif" width="300"> | <img src="images/right-to-left-layout-guidelines/right-to-left-animation.gif" width="300">
1112

1213
### Images/Icons
1314
Writing direction also affects time flow direction -> some asymmetric images/icons, such as `reply` or `back`, need to be mirrored.

0 commit comments

Comments
 (0)