summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Casey <mrcasey@google.com> 2023-04-20 20:59:30 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-04-20 20:59:30 +0000
commit5e03010f3bca400d79c6c1b9af944b78735dc87d (patch)
treeea98245b9b5203a836880818392d195a854ceb9c
parent4f8c986afde04d726bcda0fba35681ab486026cd (diff)
parent5dc88b10d6417394ee0ccf301fb56ffdd01a688d (diff)
Merge "Shift chevron up slightly" into udc-dev am: 5dc88b10d6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/IntentResolver/+/22764280 Change-Id: I08f226e0ec1137aec28356930848efe3bfb5624f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--java/res/drawable/chevron_right.xml2
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>