Merge pull request #1159 from sidhantailawadi/left_arrow_rtl_supp
Add RTL support to back arrow icon in menu bar
This commit is contained in:
commit
84c65f0f41
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="96"
|
||||
android:viewportHeight="96">
|
||||
android:viewportHeight="96"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="m82.1408,41.0816 l-50.2904,0 19.5495,-17.2692c2.8333,-2.7474 2.8333,-7.0647 0,-9.8121 -2.8333,-2.7474 -7.3665,-2.7474 -10.1997,0L8.7593,43.1748c-1.4166,1.3083 -2.1249,3.009 -2.1249,4.8406l0,0c0,1.8316 0.7083,3.6632 2.1249,4.8406l32.4409,29.0437c2.8333,2.7474 7.3665,2.7474 10.1997,0 2.8333,-2.7474 2.8333,-7.0647 0,-9.8121l-19.5495,-17.1384 50.2904,0c3.9666,0 7.2248,-3.1399 7.2248,-6.9339 0,-3.9248 -3.2583,-6.9339 -7.2248,-6.9339l0,0z" />
|
||||
|
|
Loading…
Reference in a new issue