diff options
author | 2023-04-20 18:01:18 +0000 | |
---|---|---|
committer | 2023-04-20 18:01:18 +0000 | |
commit | 5dc88b10d6417394ee0ccf301fb56ffdd01a688d (patch) | |
tree | 65bdd5779b6fb77ec36d1c3fbb8477d2dc7d62dc /java | |
parent | 395868a876907174d4923823048bd1f81a1987a7 (diff) | |
parent | 68b3f007cc773489edfc63cbe1e21ea770ea27cb (diff) |
Merge "Shift chevron up slightly" into udc-dev
Diffstat (limited to 'java')
-rw-r--r-- | java/res/drawable/chevron_right.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/drawable/chevron_right.xml b/java/res/drawable/chevron_right.xml index 9fd27a6b..3388821b 100644 --- a/java/res/drawable/chevron_right.xml +++ b/java/res/drawable/chevron_right.xml @@ -28,5 +28,5 @@ android:tint="?android:attr/textColorPrimary"> <path android:fillColor="@android:color/white" - android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6 -6,-6z"/> + android:pathData="M10,4.5L8.59,5.91 13.17,10.5l-4.58,4.59L10,16.5l6,-6 -6,-6z"/> </vector> |